mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Fix publishing version & re-enable cf publishing
This commit is contained in:
parent
2d5770a453
commit
77066b8971
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -351,16 +351,16 @@ publishMods {
|
||||||
file = reobfJar.archiveFile
|
file = reobfJar.archiveFile
|
||||||
changelog = ChangelogText.getChangelogText(project).toString()
|
changelog = ChangelogText.getChangelogText(project).toString()
|
||||||
type = STABLE
|
type = STABLE
|
||||||
|
version = "$minecraft_version-$mod_version"
|
||||||
displayName = "$mod_name $mod_version for mc$minecraft_version"
|
displayName = "$mod_name $mod_version for mc$minecraft_version"
|
||||||
modLoaders.add("forge")
|
modLoaders.add("forge")
|
||||||
modLoaders.add("neoforge")
|
modLoaders.add("neoforge")
|
||||||
|
|
||||||
// TODO - Uncomment post update 6
|
curseforge {
|
||||||
// curseforge {
|
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
|
||||||
// accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
|
projectId = "328085"
|
||||||
// projectId = "328085"
|
minecraftVersions.add(minecraft_version)
|
||||||
// minecraftVersions.add(minecraft_version)
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
modrinth {
|
modrinth {
|
||||||
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
||||||
|
|
Loading…
Add table
Reference in a new issue