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-12 00:39:56 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
5d80f50d9376fa90ebf658f317a1ee1b407a2c02
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 {
implementation("com.badlogicgames.gdx:gdx-tools:1.11.0") {
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 2267ms Template: 9ms
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