diff --git a/utils/build-paper.sh b/utils/build-paper.sh index e9b9ff4f..4031d280 100755 --- a/utils/build-paper.sh +++ b/utils/build-paper.sh @@ -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