Browse Source

Upgrade to Gradle Enterprise Plugin 3.15

This reverts commit e1c8a84fec as our
version of Gradle Enterprise is not yet compatible with it.
pull/32057/head
Stéphane Nicoll 2 years ago
parent
commit
e3f185a696
  1. 2
      settings.gradle

2
settings.gradle

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.16.1"
id "com.gradle.enterprise" version "3.15"
id "io.spring.ge.conventions" version "0.0.15"
id "org.gradle.toolchains.foojay-resolver-convention" version "0.7.0"
}

Loading…
Cancel
Save