We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd19ff6 commit 368ddffCopy full SHA for 368ddff
build.gradle
@@ -23,7 +23,7 @@ plugins {
23
id 'java'
24
id 'com.gradle.build-scan' version '2.3'
25
id "io.freefair.javadoc-links" version "3.7.5" apply false
26
- id 'com.github.johnrengelman.shadow' version '5.0.0' apply false
+ id 'com.github.johnrengelman.shadow' version '5.1.0' apply false
27
}
28
29
defaultTasks 'clean', 'build', 'shadowJar', 'install'
0 commit comments