Skip to content

Commit 5e11447

Browse files
committed
Merge pull request #64 from paxtonhare/52_jar_vs_war
Fixed #52 - create jar instead of war
2 parents 1fba21f + f9dc27e commit 5e11447

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)