We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca9513 commit 2e0dfe0Copy full SHA for 2e0dfe0
build.gradle
@@ -46,3 +46,8 @@ bootJar {
46
mainClass = 'org.daming.hoteler.HotelerApplication'
47
}
48
49
+jar {
50
+ // https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/#packaging-executable.and-plain-archives
51
+ enabled = false
52
+}
53
+
0 commit comments