Skip to content

fix(plugin): set modrinth_id for publishMods - #8

Merged
iSlavok merged 1 commit into
mainfrom
fix/plugin-modrinth-id
Jul 27, 2026
Merged

fix(plugin): set modrinth_id for publishMods#8
iSlavok merged 1 commit into
mainfrom
fix/plugin-modrinth-id

Conversation

@iSlavok

@iSlavok iSlavok commented Jul 27, 2026

Copy link
Copy Markdown
Owner

The plugin is a standalone Gradle build so it reads plugin/gradle.properties, not the root one — modrinth_id was still commented there, so ./gradlew -p plugin publishMods failed with platform.projectId doesn't have a configured value. Set the (public, same-project) id Ff3Cg2wn.

After merging, re-run the release. Tip: do a dryRun first before a real multi-loader publish (a mid-run failure leaves a partial release).

The plugin is a standalone Gradle build and reads plugin/gradle.properties, not the
root one, so providers.gradleProperty("modrinth_id") was empty and publishModrinth
failed: 'platform.projectId doesn't have a configured value'. Set the (public) id
Ff3Cg2wn — same Modrinth project as the mod.
@iSlavok
iSlavok merged commit ca1cf8d into main Jul 27, 2026
2 checks passed
@iSlavok
iSlavok deleted the fix/plugin-modrinth-id branch July 27, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant