Skip to content

Commit

Permalink
Set project IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 3, 2024
1 parent 4538469 commit fd2ca47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ subprojects {
changelog = providers.environmentVariable("RELEASE_NOTES")

modrinth {
projectId = "<MODRINTH_PROJECT_ID>" // TODO
projectId = "KOHu7RCS"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions = [rootProject.minecraft_version]
}

curseforge {
projectId = "<CF_PROJECT_ID>" // TODO
projectId = "1096335"
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
minecraftVersions = [rootProject.minecraft_version]
}
Expand Down

0 comments on commit fd2ca47

Please sign in to comment.