Major code refactor, including a switch to Modrinth4J #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update should not have any breaking changes. However, it is very possible that it does, because this touches literally every part of Minotaur's codebase besides the dependency DSL. Over the course of the next few days, I will be testing this update on various projects using Minotaur to ensure that there are not any breaking changes.
If anyone wishes to test these changes out themselves, please do so:
gradle publishToMavenLocal
a. If you run into issues, set
EXCLUDE_SUBPROJECTS
environment variable totrue
mavenLocal()
to the top of your project'spluginManagement.repositories
block insettings.gradle
if not already presentapiUrl = STAGING_API_URL
inmodrinth
block, and set the other properties appropriately