Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Jun 22, 2024
1 parent 168307a commit 0ea7dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
}

group = "de.eldoria"
version = "1.3.10"
version = "1.3.11"
var mainPackage = "pickmeup"
val shadebase = group as String? + "." + mainPackage + "."

Expand Down Expand Up @@ -107,7 +107,6 @@ tasks {
}

shadowJar {
relocate("de.eldoria.eldoutilities", shadebase + "eldoutilities")
mergeServiceFiles()
minimize()
}
Expand Down

0 comments on commit 0ea7dd1

Please sign in to comment.