@@ -66,3 +66,7 @@ tasks.register('copyRuntimeLibs',Copy) {
}
jar.dependsOn(clearLibs,copyRuntimeLibs)
+
+bootJar {
+ enabled = false
+}