diff options
author | joffrey-bion <joffrey.bion@gmail.com> | 2019-12-31 15:26:51 +0100 |
---|---|---|
committer | joffrey-bion <joffrey.bion@gmail.com> | 2020-01-05 18:19:32 +0100 |
commit | 11d344319b00259a40a368d3c6504c7b26c4ce78 (patch) | |
tree | 5b54dac92d80b791291356f0b023916940390cb2 /build.gradle.kts | |
parent | Remove gradle metadata feature (now enabled by default) (diff) | |
download | seven-wonders-11d344319b00259a40a368d3c6504c7b26c4ce78.tar.gz seven-wonders-11d344319b00259a40a368d3c6504c7b26c4ce78.tar.bz2 seven-wonders-11d344319b00259a40a368d3c6504c7b26c4ce78.zip |
Remove unnecessary EAP Kotlin repository
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index af286b54..80d84681 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,8 +10,6 @@ plugins { subprojects { repositories { jcenter() - // keep this as long as the Gradle plugin is used in EAP version - maven(url = "https://dl.bintray.com/kotlin/kotlin-eap") } tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> { |