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 852f34a commit b3143d5Copy full SHA for b3143d5
build.gradle
@@ -21,7 +21,7 @@ buildscript {
21
22
plugins {
23
id 'java'
24
- id 'com.github.johnrengelman.shadow' version '4.0.3' apply false
+ id 'com.github.johnrengelman.shadow' version '4.0.4' apply false
25
}
26
27
defaultTasks 'clean', 'build', 'shadowJar', 'install'
0 commit comments