File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ configurations.shadowRuntimeElements {
2727
2828fun ShadowJar.configureStandard () {
2929 configurations = listOf (shade)
30+ filesMatching(" META-INF/services/**" ) {
31+ duplicatesStrategy = DuplicatesStrategy .INCLUDE
32+ }
3033
3134 dependencies {
3235 exclude(dependency(" org.jetbrains.kotlin:.*:.*" ))
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ mockk = "io.mockk:mockk:1.14.5"
4747# Gradle
4848gradle-licenser = " net.kyori:indra-licenser-spotless:3.2.0"
4949gradle-spotless = " com.diffplug.spotless:spotless-plugin-gradle:7.2.1"
50- gradle-shadow = " com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:8.3.9 "
50+ gradle-shadow = " com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:9.2.2 "
5151gradle-kotlin-dsl = " org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:6.2.0"
5252gradle-plugin-kotlin = { module = " org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin" }
5353gradle-plugin-publish = " com.gradle.publish:plugin-publish-plugin:2.0.0"
You can’t perform that action at this time.
0 commit comments