Skip to content

Instantly share code, notes, and snippets.

@zofrex
Created December 17, 2012 16:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zofrex/516237671c22d94ac9cb to your computer and use it in GitHub Desktop.
Save zofrex/516237671c22d94ac9cb to your computer and use it in GitHub Desktop.
apply plugin: 'java'
apply plugin: 'eclipse'
repositories {
mavenCentral()
maven {
url "http://libgdx.badlogicgames.com/nightlies/maven/"
}
}
dependencies {
compile group: 'com.badlogic.gdx', name: 'gdx', version: '0.9.8-SNAPSHOT'
compile group: 'com.badlogic.gdx', name: 'gdx-backend-lwjgl', version: '0.9.8-SNAPSHOT'
}
sourceSets {
main {
java {
srcDir 'src'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment