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-07-05 15:59:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
08138c5de788bcc62e7275e360f8a367565612b0
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-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()
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
}
Reference in New Issue
Copy Permalink