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

Maven publishing #3

Closed

Commits on Jan 22, 2023

  1. Draft gradle-based maven publishing

    Need to figure out how to actually get gradle to recognize the mappings jars.
    ImperatorStorm committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    a327903 View commit details
    Browse the repository at this point in the history
  2. Point gradle directly at mappings artifacts

    This does not generate `.pom` files, but gets gradle to see them.
    ImperatorStorm committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    05a24d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. WIP: Implement proper versioning

    Due to build system limitations, `$side` is at the end, rather
    than where it should be.
    Also, `build.$gitrev` shows 0, for reasons I'm not good enough at
    java to explain.
    ImperatorStorm committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2a306d9 View commit details
    Browse the repository at this point in the history