Skip to content

Commit

Permalink
Use Gradle Shadow plugin version 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 2, 2024
1 parent 345de19 commit 05815c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'application'

// To create a fat jar build/libs/...-all.jar, run: ./gradlew shadowJar
id 'com.github.johnrengelman.shadow' version '8.1.0'
id 'com.gradleup.shadow' version '8.3.3'

// Code formatting; defines targets "spotlessApply" and "spotlessCheck"
// Version 6.14 and later requires JDK 11 or higher; the plugin crashes under JDK 8.
Expand Down

0 comments on commit 05815c5

Please sign in to comment.