Skip to content

Commit

Permalink
Remove unused milestone repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
larsduelfer committed Apr 21, 2024
1 parent de81ba3 commit 53e01f2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions backend/apis/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
includeBuild("../build-logic")

Expand All @@ -21,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven ("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
4 changes: 0 additions & 4 deletions backend/data-import/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal() // if pluginManagement.repositories looks like this, it can be omitted as this is the default
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
includeBuild("../build-logic")

Expand All @@ -21,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
4 changes: 0 additions & 4 deletions backend/platforms/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
3 changes: 0 additions & 3 deletions backend/services/common/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
}
includeBuild("../../build-logic")

Expand All @@ -20,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
3 changes: 0 additions & 3 deletions backend/services/company/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
}
includeBuild("../../build-logic")

Expand All @@ -20,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
3 changes: 0 additions & 3 deletions backend/services/project/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
}
includeBuild("../../build-logic")

Expand All @@ -20,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down
3 changes: 0 additions & 3 deletions backend/services/user/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.spring.io/milestone")
}
includeBuild("../../build-logic")

Expand All @@ -20,8 +19,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.spring.io/milestone")
maven("https://repo.spring.io/snapshot")
}
}

Expand Down

0 comments on commit 53e01f2

Please sign in to comment.