Index: ssts-web/build.gradle =================================================================== diff -u -r16870 -r17033 --- ssts-web/build.gradle (.../build.gradle) (revision 16870) +++ ssts-web/build.gradle (.../build.gradle) (revision 17033) @@ -3,23 +3,9 @@ apply plugin: 'java' apply plugin: 'war' -/* -apply from: 'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin' -gretty { - port = 80 - contextPath = '/' - servletContainer = 'jetty9' -} -*/ - apply plugin: 'eclipse-wtp' -apply plugin: 'jetty' -jettyRun { - httpPort = 80 -} - test { /* // set heap size for the test JVM(s)