We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c44b0 commit cbb06beCopy full SHA for cbb06be
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java-gradle-plugin'
4
id 'maven-publish' // used for publishing to local maven repository
5
id 'com.gradle.plugin-publish' version '1.2.0'
6
- id 'com.github.johnrengelman.shadow' version '7.1.2'
+ id 'com.github.johnrengelman.shadow' version '8.1.1'
7
id 'com.github.ben-manes.versions' version '0.51.0'
8
}
9
0 commit comments