Skip to content

Commit

Permalink
Shade bStats correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisTestUser authored Sep 23, 2024
1 parent 86114fb commit d94062f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repositories {

tasks.withType<ShadowJar> {
configurations = listOf(project.configurations.shadow.get())
relocate("org.bstats", "com.solarrabbit.largeraids.bstats")
}

dependencies {
Expand Down Expand Up @@ -79,4 +80,4 @@ tasks.register("getMCVersion") {
doLast {
println(mcVersion)
}
}
}

0 comments on commit d94062f

Please sign in to comment.