Skip to content
Snippets Groups Projects
Commit efb2bf33 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#9 Jenkins Spoon fix

parent cfecfe48
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,10 @@ buildscript {
dependencies {
classpath('com.stanfy.spoon:spoon-gradle-plugin:0.14.1') {
exclude module: 'commons-io'
exclude module: 'guava'
}
classpath 'commons-io:commons-io:2.4'
classpath 'com.google.guava:guava:17.0'
}
}
......
......@@ -9,8 +9,10 @@ buildscript {
classpath 'org.robovm:robovm-gradle-plugin:1.0.0-beta-01'
classpath('com.stanfy.spoon:spoon-gradle-plugin:0.14.1') {
exclude module: 'commons-io'
exclude module: 'guava'
}
classpath 'commons-io:commons-io:2.4'
classpath 'com.google.guava:guava:17.0'
}
}
......@@ -62,7 +64,7 @@ project(":android") {
compile "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
compile "net.engio:mbassador:$mbassadorVersion"
androidTestCompile "com.squareup.spoon:spoon-client:1.1.0"
androidTestCompile "com.squareup.spoon:spoon-client:1.1.2"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi-v7a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment