Skip to content

Commit

Permalink
Fix Plugin Repos
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Nov 7, 2022
1 parent 0359526 commit 7594c3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit 7594c3a

Please sign in to comment.