zyx 2 năm trước cách đây
mục cha
commit
87d3077e6f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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