소스 검색

Update Kotlin Samples to Run Isolated

Josh Cummings 1 년 전
부모
커밋
f7d374f61c
2개의 변경된 파일16개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 1
      reactive/webflux/kotlin/hello-security/settings.gradle
  2. 8 1
      servlet/spring-boot/kotlin/hello-security/settings.gradle

+ 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" }
+    }
+}