We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daf27d commit 4d6035fCopy full SHA for 4d6035f
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.1'
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