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

Tokyo drift/cleanup #9

Merged
merged 10 commits into from
Nov 12, 2023
Merged

Tokyo drift/cleanup #9

merged 10 commits into from
Nov 12, 2023

Commits on Nov 9, 2023

  1. fix(build): poms; carry forward old gav group

    * Remove unused poms--gradle will generate these with proper configuration.
    * Since I'm going to remove the poms I want to make sure we have parity with the old releases. POMs say com.github.sanctum and com.github.the-h-team, so I'll match it up with the latter for now. (We can't release under sanctum until/unless we get the org slug 'sanctum' (current is 'the-h-team')).
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e19f3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdc9df View commit details
    Browse the repository at this point in the history
  3. build: simplify jar name; secure jar tasks

    * I think clans-${version} looks cleaner than clans-plugin-${version}. ~~We only use the shadowJar anyway, so it's okay if it overwrites the default jar task.~~
    * Disabled the default jar task because we won't use it.
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d9bbf28 View commit details
    Browse the repository at this point in the history
  4. code: remove unused api

    * This stuff never made it to prime time. We'll probably come back to it eventually, but not as-is.
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f960818 View commit details
    Browse the repository at this point in the history
  5. codestyle: clean unused imports

    * plus noinspections to silence warn on entrySet forEach, silence spellcheck warn on paste key
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    48f0789 View commit details
    Browse the repository at this point in the history
  6. codestyle: declarations; magic constants

    * remove redundant method overrides that delegate or mimic their super
    * use magic constant targets in switch-case
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ee9bfa4 View commit details
    Browse the repository at this point in the history
  7. fix: doc

    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5227490 View commit details
    Browse the repository at this point in the history
  8. target: remove cloud import

    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d7a1a6c View commit details
    Browse the repository at this point in the history
  9. feat(build): draft shade of lamp

    * can be easily turned on/off, just templating for now
    ms5984 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c8a2588 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. build: disable inclusion of lamp for now until impl

    * note: disabled compilation + shading of entire cli subproject
    ms5984 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    64ac646 View commit details
    Browse the repository at this point in the history