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 authored Oct 2, 2024
1 parent d0ff28c commit e9b3a35
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.1'
id 'com.gradleup.shadow' version '8.3.3'

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

0 comments on commit e9b3a35

Please sign in to comment.