We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76af0 commit a726cdeCopy full SHA for a726cde
settings.gradle
@@ -1,8 +1,5 @@
1
pluginManagement {
2
repositories {
3
- mavenCentral()
4
- maven { url 'https://repo.spring.io/release' }
5
- // resolve last due to intermittent jcenter issues
6
gradlePluginPortal()
7
}
8
@@ -17,7 +14,7 @@ pluginManagement {
17
14
18
15
plugins {
19
16
id 'com.gradle.enterprise' version '3.12.1'
20
- id 'io.spring.ge.conventions' version '0.0.11'
+ id 'io.spring.ge.conventions' version '0.0.13'
21
22
23
rootProject.name = 'prometheus-rsocket-proxy'
0 commit comments