summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle9
1 files changed, 0 insertions, 9 deletions
diff --git a/settings.gradle b/settings.gradle
index 45aeb3cf..ef959461 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,12 +1,3 @@
-pluginManagement {
- // keep this as long as the Gradle plugin is used in EAP version
- repositories {
- maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
- gradlePluginPortal()
- jcenter()
- }
-}
-
rootProject.name = "seven-wonders"
include 'sw-common-model'
bgstack15