Logo
Explore Help
Sign In
mirrors/Unciv
1
0
Fork 0
You've already forked Unciv
mirror of https://github.com/yairm210/Unciv.git synced 2025-07-14 09:48:12 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
e105a6ec6bf79048c3e2a65e02ac26ea73a58614
Unciv/buildSrc/build.gradle.kts

14 lines
215 B
Plaintext
Raw Normal View History

Gradle Kotlin DSL (#2634) * Ease migration to Gradle Kotlin DSL by changing quotes, function calls and plugin definitions * Migrate build scripts to Gradle Kotlin DSL
2020-05-18 23:14:01 +02:00
plugins {
`kotlin-dsl`
}
repositories {
Bumped sourceCompatibility to Java 7 Released in 2011 and by now technically out of support for 2 years. Gotta roll with the times, but roll slowly.
2021-08-20 15:24:02 +03:00
mavenCentral()
Added gradle task of Atlas texture packing for Android build (#8208) * Added gradle task of Atlas texture packing for Android build * ImagePackers check also for creation date Co-authored-by: tunerzinc@gmail.com <vfylfhby>
2022-12-23 13:49:08 +01:00
}
dependencies {
Change Gdx version for android:texturePacker gradle task (#10734)
2023-12-14 10:12:27 +01:00
implementation("com.badlogicgames.gdx:gdx-tools:1.12.1") {
Added gradle task of Atlas texture packing for Android build (#8208) * Added gradle task of Atlas texture packing for Android build * ImagePackers check also for creation date Co-authored-by: tunerzinc@gmail.com <vfylfhby>
2022-12-23 13:49:08 +01:00
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 3097ms Template: 141ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API