From f71b25b49c9b0f516de802ffcbb3264041a1186d Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Fri, 27 Jul 2012 10:02:04 -0500 Subject: [PATCH] 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. --- spring-data-rest-webmvc/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-data-rest-webmvc/build.gradle b/spring-data-rest-webmvc/build.gradle index 330203430..7a29f2373 100644 --- a/spring-data-rest-webmvc/build.gradle +++ b/spring-data-rest-webmvc/build.gradle @@ -1,10 +1,3 @@ -apply plugin: "war" -apply plugin: "jetty" - -jettyRun { - contextPath = "" -} - dependencies { // APIS