Browse Source

Upgrade to Gradle Enterprise 3.14

pull/31471/head
Brian Clozel 2 years ago
parent
commit
0aec9f12ce
  1. 10
      settings.gradle

10
settings.gradle

@ -1,13 +1,5 @@ @@ -1,13 +1,5 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
}
}
plugins {
id "com.gradle.enterprise" version "3.12.6"
id "com.gradle.enterprise" version "3.14"
id "io.spring.ge.conventions" version "0.0.13"
}

Loading…
Cancel
Save