Change build upload formatting

This commit is contained in:
Anuken
2017-12-21 21:56:01 -05:00
parent 460c7163d9
commit 09a7132a26
5 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -9,7 +9,6 @@ buildscript {
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:3.0.1'
//classpath 'org.akhikhl.gretty:gretty:+'
}
}
@@ -86,6 +85,9 @@ project(":core") {
}else{
compile "com.github.anuken:ucore:$uCoreVersion"
}
if(new File('../GDXGifRecorder').exists()) {
compile project(":GDXGifRecorder")
}
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:$aiVersion"
}