Skip to content

Instantly share code, notes, and snippets.

@deanriverson
Created March 4, 2012 18:47
Show Gist options
  • Save deanriverson/1974335 to your computer and use it in GitHub Desktop.
Save deanriverson/1974335 to your computer and use it in GitHub Desktop.
Dependency changes required for using a GroovyFX Snapshot build.
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