Update Kotlin Samples to Run Isolated

This commit is contained in:
Josh Cummings
2024-08-01 08:09:25 -06:00
parent 414bb7d241
commit f7d374f61c
2 changed files with 16 additions and 2 deletions

View File

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

View File

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