File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 11import net.ltgt.gradle.errorprone.CheckSeverity
22import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
4- import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
54
65import java.text.SimpleDateFormat
76
@@ -11,7 +10,7 @@ plugins {
1110 id ' maven-publish'
1211 id ' antlr'
1312 id ' signing'
14- id " com.gradleup.shadow" version " 9.2.2 "
13+ id " com.gradleup.shadow" version " 8.3.8 "
1514 id " biz.aQute.bnd.builder" version " 6.4.0"
1615 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
1716 id " groovy"
@@ -497,10 +496,4 @@ tasks.withType(GenerateModuleMetadata) {
497496}
498497
499498
500- // Special Shadow 9.x configuration for JMH jar
501- tasks. named(' jmhJar' , ShadowJar ) {
502- configurations = [project. configurations. jmh]
503- archiveClassifier = ' jmh-all'
504- }
505-
506499
You can’t perform that action at this time.
0 commit comments