Skip to content

Instantly share code, notes, and snippets.

@wojtekerbetowski
Last active December 10, 2015 09:28
Show Gist options
  • Save wojtekerbetowski/4414700 to your computer and use it in GitHub Desktop.
Save wojtekerbetowski/4414700 to your computer and use it in GitHub Desktop.
Configuration of plastic project
apply {
plugin 'java'
plugin 'eclipse'
plugin 'idea'
plugin 'groovy'
}
repositories {mavenCentral()}
dependencies {
compile "org.apache.tapestry:plastic:5.3.5"
groovy "org.codehaus.groovy:groovy-all:1.7.4"
testCompile "junit:junit:4.8.1"
testCompile "org.spockframework:spock-core:0.5-groovy-1.7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment