1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-07 08:52:59 +00:00

Make the main mod non-null by default

This was actually much more work than I thought it would be. Tests pass,
but I'm sure there's some regressions in here.
This commit is contained in:
Jonathan Coates
2022-11-09 18:58:31 +00:00
parent 34c7fcf750
commit b36b96e0bc
243 changed files with 1065 additions and 1429 deletions

View File

@@ -1,7 +1,6 @@
plugins {
id("cc-tweaked.java-convention")
id("cc-tweaked.publishing")
id("cc-tweaked.errorprone")
id("cc-tweaked")
}