Skip to content

Commit

Permalink
fix: update ./gradlew subcommand for build paperclip.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Dec 2, 2021
1 parent ed03fdd commit 0b81b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/build-paper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ diff <(echo $MINECRAFT_VERSION) <(cat gradle.properties | grep 'mcVersion =' | s
diff <(echo $PAPER_VERSION) <(cat gradle.properties | grep 'version =' | sed -e 's/version = //')

./gradlew tasks
time ./gradlew applyPatches && time ./gradlew paperclipJar
time ./gradlew applyPatches
time ./gradlew createReobfPaperclipJar

find . | grep jar
ls build/libs -lh
Expand Down

0 comments on commit 0b81b2c

Please sign in to comment.