Skip to content

Commit

Permalink
Update shadow, moddevgradle, renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 4, 2024
1 parent 049b5ba commit 0f5d81e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import me.modmuss50.mpp.ReleaseType

plugins {
id("tabtps.base")
id("io.github.goooler.shadow")
id("com.gradleup.shadow")
id("me.modmuss50.mod-publish-plugin")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ neoforge = "21.1.26"

# buildSrc
indra = "3.1.3"
shadow = "8.1.8"
shadow = "8.3.0"
mod-publish-plugin = "0.7.2"
hangarPublishPlugin = "0.1.2"

Expand Down Expand Up @@ -87,7 +87,7 @@ zNeoforge = { module = "net.neoforged:neoforge", version.ref = "neoforge" }
# buildSrc
build-indraCommon = { group = "net.kyori", name = "indra-common", version.ref = "indra" }
build-indraLicenser = { group = "net.kyori", name = "indra-licenser-spotless", version.ref = "indra" }
build-shadow = { module = "io.github.goooler.shadow:shadow-gradle-plugin", version.ref = "shadow" }
build-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow" }
build-mod-publish-plugin = { module = "me.modmuss50:mod-publish-plugin", version.ref = "mod-publish-plugin" }
build-hangarPublishPlugin = { group = "io.papermc", name = "hangar-publish-plugin", version.ref = "hangarPublishPlugin" }

Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"matchPackageNames": ["net.fabricmc.fabric-api:fabric-api", "net.fabricmc.fabric-api:fabric-api-deprecated"],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(?:\\+(?<compatibility>.*))?$"
},
{
"description": "Correct NeoForge version handling",
"matchPackageNames": ["net.neoforged:neoforge"],
"versioning": "regex:^(?<compatibility>(\\d+\\.){2})(?<minor>\\d+)(-beta)?$"
},
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "gradle and github actions"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
id("quiet-fabric-loom") version "1.7-SNAPSHOT"
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("net.neoforged.moddev.repositories") version "2.0.18-beta"
id("net.neoforged.moddev.repositories") version "2.0.26-beta"
}

rootProject.name = "TabTPS"
Expand Down

0 comments on commit 0f5d81e

Please sign in to comment.