Adds build to the nixpacks config (before shadowJar).
This commit is contained in:
parent
4cad0318fd
commit
e4c28358b4
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
Loading…
Reference in a new issue