-
Notifications
You must be signed in to change notification settings - Fork 3
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
Commits on Nov 9, 2023
-
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')).
Configuration menu - View commit details
-
Copy full SHA for e19f3ed - Browse repository at this point
Copy the full SHA e19f3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdc9df - Browse repository at this point
Copy the full SHA dcdc9dfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d9bbf28 - Browse repository at this point
Copy the full SHA d9bbf28View commit details -
* This stuff never made it to prime time. We'll probably come back to it eventually, but not as-is.
Configuration menu - View commit details
-
Copy full SHA for f960818 - Browse repository at this point
Copy the full SHA f960818View commit details -
codestyle: clean unused imports
* plus noinspections to silence warn on entrySet forEach, silence spellcheck warn on paste key
Configuration menu - View commit details
-
Copy full SHA for 48f0789 - Browse repository at this point
Copy the full SHA 48f0789View commit details -
codestyle: declarations; magic constants
* remove redundant method overrides that delegate or mimic their super * use magic constant targets in switch-case
Configuration menu - View commit details
-
Copy full SHA for ee9bfa4 - Browse repository at this point
Copy the full SHA ee9bfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5227490 - Browse repository at this point
Copy the full SHA 5227490View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a1a6c - Browse repository at this point
Copy the full SHA d7a1a6cView commit details -
feat(build): draft shade of lamp
* can be easily turned on/off, just templating for now
Configuration menu - View commit details
-
Copy full SHA for c8a2588 - Browse repository at this point
Copy the full SHA c8a2588View commit details
Commits on Nov 10, 2023
-
build: disable inclusion of lamp for now until impl
* note: disabled compilation + shading of entire cli subproject
Configuration menu - View commit details
-
Copy full SHA for 64ac646 - Browse repository at this point
Copy the full SHA 64ac646View commit details