From 11d344319b00259a40a368d3c6504c7b26c4ce78 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Tue, 31 Dec 2019 15:26:51 +0100 Subject: Remove unnecessary EAP Kotlin repository --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.gradle.kts') 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 { -- cgit