Skip to content

Commit

Permalink
Fix Modrinth upload for new gameVersions/loaders fields
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jan 2, 2023
1 parent 972dafa commit e7c5457
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,8 @@ if (System.getenv("MODRINTH_TOKEN")) {
projectId = project.modrinth_id
versionNumber = project.version
uploadFile = remapJar
for (version in supportedVersions) {
addGameVersion(version)
}
addLoader("fabric")
addLoader("quilt")
gameVersions = supportedVersions
loaders = ["fabric", "quilt"]
detectLoaders = false
versionName = verName
changelog = getChangelog(project.source_url)
Expand Down

0 comments on commit e7c5457

Please sign in to comment.