Skip to content

Commit

Permalink
CAB-6227 replace a decprecated spring repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfshenuw committed Dec 14, 2023
1 parent b637a63 commit 3262b1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://repo.spring.io/releases is not available
// see https://stackoverflow.com/questions/76370197/spring-propdeps-plugin-no-longer-working
buildscript {
ext {
springBootVersion = '2.0.5.RELEASE'
Expand All @@ -6,7 +8,7 @@ buildscript {
repositories {
jcenter()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url "https://repo.spring.io/plugins-snapshot" }
maven { url "https://raw.githubusercontent.com/uw-it-edm/edm-artifacts/master" }
maven { url "https://plugins.gradle.org/m2/" }
}
Expand All @@ -16,7 +18,7 @@ buildscript {
classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.5.2"
classpath("org.jfrog.buildinfo:build-info-extractor-gradle:4.8.1")
classpath("nu.studer:gradle-credentials-plugin:1.0.7")
classpath 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
classpath 'io.spring.gradle:propdeps-plugin:0.0.8-SNAPSHOT'
}
}

Expand Down

0 comments on commit 3262b1a

Please sign in to comment.