This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Unciv
Watch
1
Star
0
Fork
0
You've already forked Unciv
mirror of
https://github.com/yairm210/Unciv.git
synced
2025-01-07 14:02:48 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
85ed8a27d3
Unciv
/
buildSrc
/
build.gradle.kts
7 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-19 04:14:01 +07: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 19:24:02 +07:00
mavenCentral()
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-19 04:14:01 +07:00
}
Reference in New Issue
Copy Permalink