How I can build a .jar of my bot? #837
Answered
by
HopeBaron
jvramos-py
asked this question in
Help
-
I'm trying to upload my bot at cloud, but when I try to build with the command: They returns that all imports, methods, etc. of Kord are unresolved reference, how I can fix that? |
Beta Was this translation helpful? Give feedback.
Answered by
HopeBaron
Jun 17, 2023
Replies: 1 comment 2 replies
-
Hello, easiest way you could solve this is to use the shadowjar gradle plugin and create a fat jar. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DRSchlaubi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, easiest way you could solve this is to use the shadowjar gradle plugin and create a fat jar.
or you can lookup how to create a fatjar