Skip to content

Instantly share code, notes, and snippets.

@Unh0lyTigg
Created March 13, 2016 05:30
Show Gist options
  • Save Unh0lyTigg/4c08c2a5c3a516a30853 to your computer and use it in GitHub Desktop.
Save Unh0lyTigg/4c08c2a5c3a516a30853 to your computer and use it in GitHub Desktop.
...
apply from: 'lwjgl3.gradle'
...
eclipse.classpath.file.withXml {
def node = it.asNode()
attachLwjglNightlyEclipse(node, '3.0.0', 'NydilikGame')
}
task getlwjgl {
inputs.dir 'depbuilding'
inputs.dir 'deps'
getLwjglNightly('3.0.0')
}
tasks.eclipseClasspath.dependsOn getlwjgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment