gradle cleanups

This commit is contained in:
Hannes Janetzek
2014-02-24 16:01:09 +01:00
parent c5479c18f6
commit dac9b8adad
12 changed files with 185 additions and 156 deletions
+1 -4
View File
@@ -1,7 +1,5 @@
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
apply plugin: 'java'
@@ -16,5 +14,4 @@ dependencies {
compile project(':vtm')
compile project(':vtm-themes')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
//compile files('../vtm-ext-libs/gdx/gdx.jar')
}