Skip to content

Commit 9002a54

Browse files
committed
Fix plugin repositories order in build script
Issue #3823 (cherry picked from commit 1e433dc)
1 parent 0f6cf7c commit 9002a54

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
@@ -5,8 +5,8 @@
55
buildscript {
66
repositories {
77
mavenCentral()
8-
maven { url 'https://repo.spring.io/plugins-release' }
98
maven { url 'https://plugins.gradle.org/m2/' }
9+
maven { url 'https://repo.spring.io/plugins-release' }
1010
}
1111
dependencies {
1212
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'

0 commit comments

Comments
 (0)