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

Use Gradle Shadow plugin version 8.3.3 #671

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 2 additions & 3 deletions annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import org.gradle.internal.jvm.Jvm
import java.nio.file.Files

plugins {
// https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'java'

id 'com.gradleup.shadow' version '8.3.3'
id 'net.ltgt.errorprone' version '3.1.0'

// To show task list as a tree, run: ./gradlew <taskname> taskTree
Expand All @@ -22,7 +21,7 @@ plugins {
id "com.diffplug.spotless" version "6.25.0"
}
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'

group 'org.checkerframework'
version '3.48.0'
Expand Down
Loading