Skip to content

Commit 43c44b0

Browse files
Merge pull request #253 from big-andy-coates/shadow-and-plugin-plugin
Bump com.gradle.plugin-publish to 1.2.1 AND com.github.johnrengelman.shadow to 7.1.2
2 parents dd9f09e + b90a83f commit 43c44b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff 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

4545
shadowJar {
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'))

0 commit comments

Comments
 (0)