[CHORE] Update ModPublisher

This commit is contained in:
2024-05-05 23:15:56 +02:00
parent 75e9cac021
commit fe01300648
4 changed files with 43 additions and 43 deletions

View File

@@ -95,17 +95,18 @@ publishing {
publisher {
apiKeys {
modrinth = System.getenv("MODRINTH_TOKEN")
curseforge = System.getenv("CURSE_TOKEN")
modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN"))
}
curseID = curse_id
modrinthID = modrinth_id
versionType = "release"
changelog = "https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md"
version = "${minecraft_version}-${project.version}"
displayName = "[FORGE 1.20.4] CraterLib - ${project.version}"
gameVersions = ["1.20.4"]
loaders = ["forge"]
artifact = remapJar
setCurseID(curse_id)
setModrinthID(modrinth_id)
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}")
setDisplayName("[Forge 1.20.6] CraterLib - ${project.version}")
setGameVersions("1.20.6")
setLoaders("forge")
setArtifact(remapJar)
setCurseEnvironment("both")
}