Unciv/buildSrc/build.gradle.kts
yairm210 85ed8a27d3 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

7 lines
65 B
Plaintext

plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}