We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7293c commit 9882ce8Copy full SHA for 9882ce8
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
4
repositories {
5
gradlePluginPortal()
6
- maven { url 'https://repo.spring.io/plugins-release' }
+ mavenCentral()
7
if (version.endsWith('SNAPSHOT')) {
8
maven { url 'https://repo.spring.io/snapshot' }
9
}
0 commit comments