mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 08:21:36 +07:00
3.16.13
This commit is contained in:
@ -26,7 +26,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${com.unciv.build.BuildConfig.kotlinVersion}")
|
||||
classpath("de.richsource.gradle.plugins:gwt-gradle-plugin:0.6")
|
||||
classpath("com.android.tools.build:gradle:7.0.1")
|
||||
classpath("com.android.tools.build:gradle:7.0.2")
|
||||
classpath("com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1")
|
||||
|
||||
// This is for wrapping the .jar file into a standalone executable
|
||||
@ -132,12 +132,5 @@ project(":core") {
|
||||
"testImplementation"("com.badlogicgames.gdx:gdx:$gdxVersion")
|
||||
"testImplementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
||||
}
|
||||
}}
|
||||
|
||||
tasks {
|
||||
"eclipse" {
|
||||
doLast {
|
||||
delete(".project")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user