Skip to content

Commit 16a705f

Browse files
committed
Merge pull request #66 from paxtonhare/revert_war_to_jar
I stand corrected. There's a reason it's a war.
2 parents 1ded356 + ad83ad4 commit 16a705f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

quick-start/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ 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+
}
1520

1621
repositories {
1722
jcenter()

0 commit comments

Comments
 (0)