Skip to content

Commit 1e433dc

Browse files
committed
Fix plugin repositories order in build script
Issue #3823
1 parent e6ea4bc commit 1e433dc

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)