Change build upload formatting
This commit is contained in:
+3
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user