Skip to content

Commit d4f0e66

Browse files
committed
taking out war for now
1 parent 831333a commit d4f0e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quick-start/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
apply plugin: 'spring-boot'
22-
apply plugin: 'war'
22+
// apply plugin: 'war'
2323

2424
repositories {
2525
jcenter()
@@ -80,6 +80,6 @@ springBoot {
8080
mainClass = "com.marklogic.quickstart.Application"
8181
}
8282

83-
war {
84-
baseName = 'quick-start'
85-
}
83+
// war {
84+
// baseName = 'quick-start'
85+
// }

0 commit comments

Comments
 (0)