We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ad729 commit cb1ac12Copy full SHA for cb1ac12
repository/build.gradle.kts
@@ -35,6 +35,4 @@ tasks.named("clean") {
35
file(querydslDir).deleteRecursively()
36
}
37
38
-tasks.named<BootJar>("bootJar") {
39
- isEnabled = false
40
-}
+tasks.bootJar { enabled = false }
0 commit comments