Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Sep 10, 2024
1 parent 423d556 commit 8024e6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,12 @@ publishMods {
accessToken = providers.environmentVariable("CURSE_TOKEN")
projectId = "${curseforge_id}"
minecraftVersions.add("${minecraft_version}")
minecraftVersions.add("1.21.1")
}

def modrinthOptions = modrinthOptions {
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
projectId = "${modrinth_id}"
minecraftVersions.add("${minecraft_version}")
minecraftVersions.add("1.21.1")
}

curseforge("curseforgeFabric") {
Expand Down

0 comments on commit 8024e6d

Please sign in to comment.