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

Major code refactor, including a switch to Modrinth4J #39

Merged
merged 11 commits into from
Feb 10, 2023

Conversation

triphora
Copy link
Contributor

@triphora triphora commented Feb 5, 2023

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:

  1. Clone this repository and switch to this branch
  2. Run gradle publishToMavenLocal
    a. If you run into issues, set EXCLUDE_SUBPROJECTS environment variable to true
  3. Add mavenLocal() to the top of your project's pluginManagement.repositories block in settings.gradle if not already present
  4. Optional: If you don't want your build to get pushed to the production server, set up a project on staging, set apiUrl = STAGING_API_URL in modrinth block, and set the other properties appropriately

@triphora triphora merged commit ea1660b into master Feb 10, 2023
@triphora triphora deleted the experimental/modrinth4j branch February 10, 2023 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant