Skip to content

Instantly share code, notes, and snippets.

@monzou
monzou / build.gradle
Created February 17, 2013 09:59
Eclipse + Gradle Multi Project (flat layout)
apply plugin: 'eclipse'
subprojects {
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
jdkVersion = 1.7
sourceCompatibility = jdkVersion
targetCompatibility = jdkVersion