Skip to content

Commit

Permalink
[F] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 7, 2024
1 parent 8b5e29d commit bd09e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -x

# Build jar
#./gradlew build --parallel -x test
./gradlew build --parallel -x test
rm -rf build/libs/aqua-nightly.jar
rm -rf build/libs/*-plain.jar
cp build/libs/*.jar "build/libs/aqua-nightly.jar"
Expand Down

0 comments on commit bd09e40

Please sign in to comment.