Skip to content

Commit 9bf37cd

Browse files
Merge pull request #2 from gravity9-tech/bug/fix-propdeps-plugin-not-available
Spring gradle propdeps plugin not available
2 parents b474d44 + e440488 commit 9bf37cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919

2020
buildscript {
2121
repositories {
22+
jcenter()
2223
mavenCentral()
2324
maven {
24-
url "https://repo.springsource.org/plugins-release";
25+
url "https://repo.spring.io/plugins-snapshot";
2526
}
2627
}
2728
dependencies {
2829
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
29-
classpath(group: "org.springframework.build.gradle", name: "propdeps-plugin", version: "0.0.7");
30+
classpath 'io.spring.gradle:propdeps-plugin:0.0.8-SNAPSHOT'
3031
}
3132
};
3233

0 commit comments

Comments
 (0)