Skip to content

Commit 8c8fef0

Browse files
committed
Revert "Use plugins-release"
This reverts commit 9a2c184. This caused a problem with the snapshot build, reverting while I find an approach that works for community usage
1 parent 9a2c184 commit 8c8fef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
99
}
1010
repositories {
11-
maven { url 'https://repo.spring.io/plugins-release' }
11+
maven { url 'https://repo.spring.io/plugins-snapshot' }
1212
maven { url 'https://plugins.gradle.org/m2/' }
1313
}
1414
}

0 commit comments

Comments
 (0)