Skip to content

Instantly share code, notes, and snippets.

@tyama
Forked from chanwit/build.gradle
Created May 4, 2010 16:14
Show Gist options
  • Save tyama/389597 to your computer and use it in GitHub Desktop.
Save tyama/389597 to your computer and use it in GitHub Desktop.
apply plugin: 'groovy'
apply plugin: 'eclipse'
repositories {
mavenCentral()
mavenRepo urls: "http://groovypp.artifactoryonline.com/groovypp/libs-releases-local/"
}
dependencies {
def gppVersion = '0.2.4'
groovy group: 'org.codehaus.groovy', name: 'groovy', version: "1.8.0-beta-1-SNAPSHOT-gpp-${gppVersion}"
groovy group: 'org.mbte.groovypp', name: 'groovypp', version: "${gppVersion}"
testCompile group: 'junit', name: 'junit', version: '4.8.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment