Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minotaur does not work with velocity api's annotations #68

Open
SageSphinx63920 opened this issue Aug 27, 2024 · 2 comments
Open

Minotaur does not work with velocity api's annotations #68

SageSphinx63920 opened this issue Aug 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SageSphinx63920
Copy link

SageSphinx63920 commented Aug 27, 2024

Describe the bug

The plugin does not work when using the velocity api annotations and fails with this error. The plugin itself does work on velocity.

> Task :modrinth
Minotaur: 2.8.7

> Task :modrinth FAILED

Execution failed for task ':modrinth'.
> Failed to upload file to Modrinth! EndpointException(error=invalid_input, description=Error with multipart data: No velocity-plugin.json present for plugin file.)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 10s
11 actionable tasks: 8 executed, 3 up-to-date

Steps to reproduce

  1. Setup minotaur
  2. Create a velocity plugin with the annotations and without the old json file
  3. Run the Modrinth task

Expected behavior

The plugin should be uploaded without issues

Additional context

My plugin can be found here: Keklist
and the velocity main file is here

@SageSphinx63920 SageSphinx63920 added the bug Something isn't working label Aug 27, 2024
@SageSphinx63920
Copy link
Author

This could also be an issue with the rest api itself not particular the gradle plugin

@SageSphinx63920
Copy link
Author

This was some issue on my end, regarding the velocity annotation processor. This was never an issue during my tests as the debug mode does not fail for this! I do not know if this issue should still be open regarding the debug mode not failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant