Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
fix: I forgot quote marks for id
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed May 24, 2021
1 parent bd63fec commit bceed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -98,7 +98,7 @@ def CURSEFORGE_TOKEN = System.getenv("CURSEFORGE_TOKEN")
curseforge {
apiKey CURSEFORGE_TOKEN == null ? "" : CURSEFORGE_TOKEN
project {
id = 485752
id = '485752'
releaseType = 'release'
addGameVersion '1.16.2'
addGameVersion '1.16.3'
Expand Down

0 comments on commit bceed4d

Please sign in to comment.