<div dir="ltr">Hey all,<br><br>I'm doodling on JEP-198, and I was wondering if anyone had a line on the boilerplate needed to add a new module to the build.<br><br>Just adding <br><br>src/<br>  java.json/<br>    share/<br>      classes/<br>        module-info.java<br>        java/<br>          json/<br>            Json.java<br>            ...<br><br>was enough to get it to show up under the output when I run "make images", but I can't shake the feeling that I'm missing something.<br><br>(jtreg I assume has some extra setup? Anything else?)<br><br></div>