Skip to content

Commit a726cde

Browse files
Upgrade Gradle Enterprise Conventions plugin to 0.0.13
fixes gh-65
1 parent 0c76af0 commit a726cde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

settings.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
pluginManagement {
22
repositories {
3-
mavenCentral()
4-
maven { url 'https://repo.spring.io/release' }
5-
// resolve last due to intermittent jcenter issues
63
gradlePluginPortal()
74
}
85

@@ -17,7 +14,7 @@ pluginManagement {
1714

1815
plugins {
1916
id 'com.gradle.enterprise' version '3.12.1'
20-
id 'io.spring.ge.conventions' version '0.0.11'
17+
id 'io.spring.ge.conventions' version '0.0.13'
2118
}
2219

2320
rootProject.name = 'prometheus-rsocket-proxy'

0 commit comments

Comments
 (0)