How to package LiquidBounce build into a jar file
Unsolved
General
-
Just open cmd at your code location and input"gradlew build"into your cmd
You can find it at 1.8.9-Forge/build/libs -
@xiaozhanyi said in How to package LiquidBounce build into a jar file:
Just open cmd at your code location and input"gradlew build"into your cmd
You can find it at 1.8.9-Forge/build/libsYou have to do
gradlew setupDevWorkspace idea genIntellijRuns
first.Plus it's not in 1.8.9-Forge anymore.
-
@aftery said in How to package LiquidBounce build into a jar file:
you have to know what you're doing first to reply
Eh 29 day reply.
The reason I wrote that was because just doing gradlew build didn't work for me, if it does work for you then it's my issue.