mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 03:23:17 -04:00
3.16.13
This commit is contained in:
parent
e81d8ff646
commit
1530389507
@ -26,7 +26,7 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${com.unciv.build.BuildConfig.kotlinVersion}")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${com.unciv.build.BuildConfig.kotlinVersion}")
|
||||||
classpath("de.richsource.gradle.plugins:gwt-gradle-plugin:0.6")
|
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")
|
classpath("com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1")
|
||||||
|
|
||||||
// This is for wrapping the .jar file into a standalone executable
|
// 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:$gdxVersion")
|
||||||
"testImplementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
"testImplementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
||||||
}
|
}
|
||||||
}}
|
|
||||||
|
|
||||||
tasks {
|
|
||||||
"eclipse" {
|
|
||||||
doLast {
|
|
||||||
delete(".project")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,6 @@ By xlenstra:
|
|||||||
- From the industrial era onwards, things change in religion
|
- From the industrial era onwards, things change in religion
|
||||||
- Fixed bugs with unit movement, renamed units, and default starting era
|
- Fixed bugs with unit movement, renamed units, and default starting era
|
||||||
- Unique additions for modding
|
- Unique additions for modding
|
||||||
- Fixes #5113
|
|
||||||
|
|
||||||
By SomeTroglodyte:
|
By SomeTroglodyte:
|
||||||
- New game is more wrap and shape aware
|
- New game is more wrap and shape aware
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -13,8 +13,4 @@ sourceSets {
|
|||||||
main {
|
main {
|
||||||
java.srcDir("src/")
|
java.srcDir("src/")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eclipse.project {
|
|
||||||
name = "${BuildConfig.appName}-core"
|
|
||||||
}
|
|
@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user