[WIP] Java build tool focused on Minecraft modding. Uses simple buildscripts written in Java with easy to understand and debug logic.
Predictable Simple Flexible
.
├── brachyura - Source for the build tool itself
│
├── cfr - CFR decompiler with brachyura changes (javadocs)
│
├── fabricmerge - Merge utilites from FabricMC Stitch seperated out and slightly improved
│
├── javacompilelib - Simple library to compile sources using javax.tools.JavaCompiler. Supports running in a separate process and can compile with JDK 6+.
│
└── testmod - A simple test mod compiled in brachyura's junit tests