diff --git a/build.gradle b/build.gradle index c1a30166329..bc45e52a9e8 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ buildscript { } plugins { - // https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow - id 'com.github.johnrengelman.shadow' version '8.1.1' + // https://plugins.gradle.org/plugin/com.gradleup.shadow + id 'com.gradleup.shadow' version '8.3.5' // https://plugins.gradle.org/plugin/de.undercouch.download id 'de.undercouch.download' version '5.6.0' id 'java' @@ -167,7 +167,7 @@ allprojects { apply plugin: 'java' apply plugin: 'eclipse' - apply plugin: 'com.github.johnrengelman.shadow' + apply plugin: 'com.gradleup.shadow' apply plugin: 'de.undercouch.download' apply plugin: 'net.ltgt.errorprone' diff --git a/checker/build.gradle b/checker/build.gradle index caedf1412ce..30a2233521f 100644 --- a/checker/build.gradle +++ b/checker/build.gradle @@ -1186,10 +1186,6 @@ publishing { publications { checker(MavenPublication) { project.shadow.component it - // reset the artifacts because of project.shadow.component changes - // the classifier from 'all' to '' because of - // https://github.com/johnrengelman/shadow/issues/860 - artifacts = [shadowJar] checkerPom it artifact checkerJar artifact allSourcesJar