Adds build to the nixpacks config (before shadowJar).

This commit is contained in:
Stefan Schallerl 2025-02-14 00:25:05 +01:00
parent 4cad0318fd
commit e4c28358b4

View file

@ -1,7 +1,7 @@
providers = ["java"]
[phases.build]
cmds = ["./gradlew clean shadowJar -x check -x test"]
cmds = ["./gradlew clean build shadowJar -x check -x test"]
[start]
cmd = "java $JAVA_OPTS -jar $(ls -1 app/build/libs/*jar | grep -v plain)"