1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Revert "Use plugins-release"

This reverts commit 9a2c184c9f.

This caused a problem with the snapshot build, reverting
while I find an approach that works for community usage
This commit is contained in:
Josh Cummings
2021-02-10 11:00:39 -07:00
parent 9a2c184c9f
commit 8c8fef0918
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
repositories {
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven { url 'https://plugins.gradle.org/m2/' }
}
}