Last active
December 10, 2015 09:28
-
-
Save wojtekerbetowski/4414700 to your computer and use it in GitHub Desktop.
Configuration of plastic project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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