Răsfoiți Sursa

Update Kotlin Samples to Run Isolated

Josh Cummings 1 an în urmă
părinte
comite
f7d374f61c

+ 8 - 1
reactive/webflux/kotlin/hello-security/settings.gradle

@@ -1 +1,8 @@
-
+pluginManagement {
+    repositories {
+        mavenCentral()
+        gradlePluginPortal()
+        maven { url 'https://repo.spring.io/milestone' }
+        maven { url "https://repo.spring.io/snapshot" }
+    }
+}

+ 8 - 1
servlet/spring-boot/kotlin/hello-security/settings.gradle

@@ -1 +1,8 @@
-
+pluginManagement {
+    repositories {
+        mavenCentral()
+        gradlePluginPortal()
+        maven { url 'https://repo.spring.io/milestone' }
+        maven { url "https://repo.spring.io/snapshot" }
+    }
+}