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 1fba21f commit f9dc27eCopy full SHA for f9dc27e
quick-start/build.gradle
@@ -12,12 +12,6 @@ apply plugin: 'java'
12
apply plugin: 'eclipse'
13
apply plugin: 'idea'
14
apply plugin: 'spring-boot'
15
-apply plugin: 'war'
16
-
17
-war {
18
- baseName = 'quick-start'
19
- version = '0.1.0'
20
-}
21
22
repositories {
23
jcenter()
quick-start/gradle.properties
@@ -0,0 +1 @@
1
+version=0.0.9
0 commit comments