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-09 15:29:32 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
bb969efc12b6538e56052373c0770a205e32f3d7
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: 1751ms Template: 7ms
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