Previous configuration caused a WAR to be built. Had to take that out of the gradle build so it would look properly like a Java project again.

This commit is contained in:
Jon Brisbin
2012-07-27 10:02:04 -05:00
parent 6be6de34d3
commit f71b25b49c

View File

@@ -1,10 +1,3 @@
apply plugin: "war"
apply plugin: "jetty"
jettyRun {
contextPath = ""
}
dependencies {
// APIS