Skip to content

Commit

Permalink
fix: remove incorrect game version type
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyRuffy committed Jul 13, 2023
1 parent 95406fd commit 035b521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ unifiedPublishing {
curseforge {
token = CURSE_API_KEY
id = rootProject.curseforge_id
gameVersions.addAll("Client","Java 18","Java 17")
gameVersions.addAll("Java 18","Java 17")
}
}

Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ unifiedPublishing {
curseforge {
token = CURSE_API_KEY
id = rootProject.curseforge_id
gameVersions.addAll ("Client","Java 18","Java 17")
gameVersions.addAll ("Java 18","Java 17")
releaseType = "beta"
}
}
Expand Down

0 comments on commit 035b521

Please sign in to comment.