commit
5926547767
|
|
@ -1,8 +1,7 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://repo.spring.io/libs-milestone'
|
||||
}
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repo.spring.io/libs-milestone")
|
||||
}
|
||||
maven { url = uri("https://repo.spring.io/milestone") }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://repo.spring.io/libs-snapshot'
|
||||
}
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repo.spring.io/libs-snapshot")
|
||||
}
|
||||
maven { url = uri("https://repo.spring.io/milestone") }
|
||||
maven { url = uri("https://repo.spring.io/snapshot") }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
|
|
|
|||
Loading…
Reference in New Issue