Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Oct 9, 2024
2 parents 4ae6796 + 0ea7dd1 commit 1d41e60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>eldoriarpg/.github"
]
}
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 @@ -108,7 +108,6 @@ tasks {
}

shadowJar {
relocate("de.eldoria.eldoutilities", shadebase + "eldoutilities")
mergeServiceFiles()
minimize()
}
Expand Down
10 changes: 0 additions & 10 deletions renovate.json

This file was deleted.

0 comments on commit 1d41e60

Please sign in to comment.