Open kitlith opened 3 years ago
oh. i guess that means we'll have to rerun the checks after the fabric-loom pr gets merged. oh well.
There is one occurance of subprojects and one occurance of allprojects left, but i'm not quite sure what to do with them:
fabric-loom now includes the PR, will double check some stuff and re-run checks.
Leaving this open as a curiosity--I'm planning on having special processors be their own projects, but I may change my mind.
fair 'nuff, lmk if you ever want me to rebase or whatever.
This is accomplished by moving away from subprojects and allprojects closures to using precompiled script plugins to accomplish the same thing. We can now opt out of the things in subprojects/allprojects by simply not applying the relevant plugin.
loom shareCaches won't quite work (and thus running this build in parallel) until https://github.com/FabricMC/fabric-loom/pull/299 is merged and present in a release of fabric-loom.
(Motivated by wanting to create an annotation processor as a subproject, which is decidedly not a fabric mod.)