Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to com.gradleup.shadow and update to version 8.3.5 #1055

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 0 additions & 4 deletions checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading