Revert com.gradle.enterprise 3.16 upgrade (#6059)

This commit is contained in:
jack-berg 2023-12-07 17:22:21 -06:00 committed by GitHub
parent 902d68cf2a
commit f1fc1c75b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.gradle.enterprise") version "3.16"
id("com.gradle.enterprise") version "3.15.1"
id("de.undercouch.download") version "5.5.0"
id("org.jsonschema2pojo") version "1.2.1"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"