Another try

This commit is contained in:
Stefan Schallerl 2025-02-14 00:32:42 +01:00
parent 7a7be72b83
commit 5274048535
2 changed files with 5 additions and 5 deletions

View file

@ -87,9 +87,9 @@ sqldelight {
// finalizedBy("copyJarToRoot")
//}
//
//tasks.build {
// finalizedBy("jar")
//}
tasks.build {
finalizedBy("shadowJar")
}
//
//tasks.jar {
// finalizedBy("copyJarToRoot")

View file

@ -1,7 +1,7 @@
providers = ["java"]
[phases.build]
cmds = ["./gradlew clean", "./gradlew build jar -x check -x test"]
#[phases.build]
#cmds = ["./gradlew clean", "./gradlew build jar -x check -x test"]
[start]
cmd = "java $JAVA_OPTS -jar app/build/libs/app-all.jar"