File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ plugins {
22 id ' eclipse'
33 id ' java-gradle-plugin'
44 id ' maven-publish' // used for publishing to local maven repository
5- id ' com.gradle.plugin-publish' version ' 0.12 .0'
6- id ' com.github.johnrengelman.shadow' version ' 5.0.0 '
5+ id ' com.gradle.plugin-publish' version ' 1.2 .0'
6+ id ' com.github.johnrengelman.shadow' version ' 7.1.2 '
77 id ' com.github.ben-manes.versions' version ' 0.51.0'
88}
99
@@ -44,7 +44,7 @@ dependencies {
4444
4545shadowJar {
4646 configurations = [project. configurations. plugin]
47- classifier = null
47+ archiveClassifier = null
4848 dependencies {
4949 include(dependency(' com.github.javaparser:javaparser-symbol-solver-core' ))
5050 include(dependency(' com.github.javaparser:javaparser-symbol-solver-logic' ))
You can’t perform that action at this time.
0 commit comments