Skip to content

Commit f9dc27e

Browse files
committed
Fixed #52 - create jar instead of war
1 parent 1fba21f commit f9dc27e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

quick-start/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ apply plugin: 'java'
1212
apply plugin: 'eclipse'
1313
apply plugin: 'idea'
1414
apply plugin: 'spring-boot'
15-
apply plugin: 'war'
16-
17-
war {
18-
baseName = 'quick-start'
19-
version = '0.1.0'
20-
}
2115

2216
repositories {
2317
jcenter()

quick-start/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version=0.0.9

0 commit comments

Comments
 (0)