Browse Source

enable bootJar

tuonina 5 năm trước cách đây
mục cha
commit
84a2daa401
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      tuon-web/build.gradle

+ 4 - 1
tuon-web/build.gradle

@@ -55,4 +55,7 @@ task innerDockerBuilder(type: Docker){
    push = true
    push = true
 }
 }
 
 
-innerDockerBuilder.dependsOn(bootJar)
+innerDockerBuilder.dependsOn(bootJar)
+
+bootJar { enabled = true }
+jar { enabled = false }