Skip to content

Commit b940a58

Browse files
authored
Revert "Update to Shadow 9.x and configure special task"
1 parent e1ff0e0 commit b940a58

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import net.ltgt.gradle.errorprone.CheckSeverity
22
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
4-
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
54

65
import 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

0 commit comments

Comments
 (0)