modmuss50 / mod-publish-plugin

A Gradle plugin to publish mods to a range of destinations
https://modmuss50.github.io/mod-publish-plugin/
MIT License
50 stars 7 forks source link

Modrinth - Failed to create version #1

Closed Rushmead closed 1 year ago

Rushmead commented 1 year ago

When uploading a new version to Modrinth, the request fails with "Failed to create version" and no other information.

Stacktrace is attached.

Gradle files: https://github.com/theatricalmod/Theatrical/blob/1.19.2-alpha/fabric/build.gradle & https://github.com/theatricalmod/Theatrical/blob/1.19.2-alpha/forge/build.gradle

I grabbed my access token for Modrinth from my account settings page.

stacktrace.txt

modmuss50 commented 1 year ago

Thanks, should be fixed with: https://github.com/modmuss50/mod-publish-plugin/commit/5a36c39ce08587f97914347db78e78092875dfec

Rushmead commented 1 year ago

Perfect thanks, all working now!