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") // finalizedBy("copyJarToRoot")
//} //}
// //
//tasks.build { tasks.build {
// finalizedBy("jar") finalizedBy("shadowJar")
//} }
// //
//tasks.jar { //tasks.jar {
// finalizedBy("copyJarToRoot") // finalizedBy("copyJarToRoot")

View file

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