Skip to content

Instantly share code, notes, and snippets.

@tygerpatch
tygerpatch / Gradle-GAE-build
Created August 17, 2014 21:45
Gradle build script for working with Google App Engine in Eclipse
apply plugin: 'java'
apply plugin: 'eclipse'
eclipse {
classpath {
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
defaultOutputDir = file('war/WEB-INF/classes')
file {
withXml {