modrinth / minotaur

Gradle plugin for deploying build artifacts to Modrinth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Minotaur fields are private marked despite being listed in readme as user facing

TelepathicGrunt opened this issue · comments

Describe the bug

Gradle produces warning that gameVersions and loaders are private fields in Minotaur
image

Can still build just file and upload through Minotaur.

Steps to reproduce

Make a project that sets the two fields like Bumblezone
https://github.com/TelepathicGrunt/Bumblezone/tree/1.20-Arch

Expected behavior

Fields are marked public if user facing as shown by the readme here:
https://github.com/modrinth/minotaur

Additional context

No response

This warning is entirely inaccurate, since Groovy converts it to using the get/set calls anyway... it's times like this I hate IntelliJ