Skip to content

Commit

Permalink
Update mod-publish-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Feb 24, 2024
1 parent 5cc0ee9 commit 76ce2cc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.spongepowered.mixin'
id 'org.parchmentmc.librarian.forgegradle'
id 'maven-publish'
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
}

version = mod_version
Expand Down Expand Up @@ -194,20 +194,14 @@ publishMods {
projectId = "820977"
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
minecraftVersions.add(minecraft_version)

requires {
slug = "create"
}
requires("create")
}

modrinth {
projectId = "btq68HMO"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions.add(minecraft_version)

requires {
slug = "create"
}
requires("create")
}
}

Expand Down

0 comments on commit 76ce2cc

Please sign in to comment.