We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd9f09e + b90a83f commit 43c44b0Copy full SHA for 43c44b0
build.gradle
@@ -2,8 +2,8 @@ plugins {
2
id 'eclipse'
3
id 'java-gradle-plugin'
4
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'
+ id 'com.gradle.plugin-publish' version '1.2.0'
+ id 'com.github.johnrengelman.shadow' version '7.1.2'
7
id 'com.github.ben-manes.versions' version '0.51.0'
8
}
9
@@ -44,7 +44,7 @@ dependencies {
44
45
shadowJar {
46
configurations = [project.configurations.plugin]
47
- classifier = null
+ archiveClassifier = null
48
dependencies {
49
include(dependency('com.github.javaparser:javaparser-symbol-solver-core'))
50
include(dependency('com.github.javaparser:javaparser-symbol-solver-logic'))
0 commit comments