package Makeshift.example.top; // Changes to this file immediately affect the next build. Treat it as a build script. /** The builder builder proper to this example project. */ public final class BuilderBuilder extends Makeshift.BuilderBuilderDefault { public BuilderBuilder() { super( "Makeshift.example.top" ); } public void build() throws Makeshift.Bootstrap.UserError { super.build(); Makeshift.Bootstrap.printProgressLeader( projectPackage(), "topA" ); System.out.println( 1 ); }} // Pretending to do more. // Copyright © 2020 Michael Allan. Licence MIT.