Skip to content

Commit

Permalink
Updated com.xpdustry.kotlin-shadow-relocator plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Nov 29, 2024
1 parent c05bfab commit 34cf4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ plugins {

repositories {
gradlePluginPortal()
maven("https://maven.xpdustry.com/releases") {
name = "xpdustry-releases"
mavenContent { releasesOnly() }
}
}

dependencies {
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
implementation("com.xpdustry.ksr:com.xpdustry.ksr.gradle.plugin:1.0.0") {
exclude(group = "com.github.johnrengelman")
}
implementation("com.xpdustry:kotlin-shadow-relocator:2.0.0")

implementation("org.ow2.asm:asm:9.7.1")
implementation("org.ow2.asm:asm-commons:9.7.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// https://github.com/GradleUp/shadow
id("com.gradleup.shadow")
// https://github.com/xpdustry/kotlin-shadow-relocator
id("com.xpdustry.ksr")
id("com.xpdustry.kotlin-shadow-relocator")
}

tasks.named<ShadowJar>("shadowJar") {
Expand Down

0 comments on commit 34cf4f0

Please sign in to comment.