Created
March 13, 2016 05:30
-
-
Save Unh0lyTigg/4c08c2a5c3a516a30853 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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