Created
March 4, 2012 18:47
-
-
Save deanriverson/1974335 to your computer and use it in GitHub Desktop.
Dependency changes required for using a GroovyFX Snapshot build.
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
repositories { | |
mavenCentral() | |
maven { | |
url "https://oss.sonatype.org/content/groups/public" | |
} | |
} | |
dependencies { | |
groovy 'org.codehaus.groovy:groovy-all:1.8.2' | |
compile 'org.codehaus.groovyfx:groovyfx:0.2-SNAPSHOT' | |
compile files("${javafxHome}/rt/lib/jfxrt.jar") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment