Fix Plugin Repos

This commit is contained in:
Gary Russell
2022-11-07 16:30:05 -05:00
parent 5e93c36c3e
commit 606146c2da

View File

@@ -4,7 +4,10 @@ buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release-local' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }
}
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"