Skip to content

Commit

Permalink
Upgrade Gradle Enterprise Conventions plugin to 0.0.13
Browse files Browse the repository at this point in the history
fixes gh-65
  • Loading branch information
jonatan-ivanov committed Jan 7, 2023
1 parent 0c76af0 commit a726cde
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
pluginManagement {
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/release' }
// resolve last due to intermittent jcenter issues
gradlePluginPortal()
}

Expand All @@ -17,7 +14,7 @@ pluginManagement {

plugins {
id 'com.gradle.enterprise' version '3.12.1'
id 'io.spring.ge.conventions' version '0.0.11'
id 'io.spring.ge.conventions' version '0.0.13'
}

rootProject.name = 'prometheus-rsocket-proxy'
Expand Down

0 comments on commit a726cde

Please # to comment.