### Build and Publish Artifacts with Gradle Source: https://github.com/mgm-tp/a12-kernel-mm/blob/main/Readme.md Use Gradle aggregate tasks to build and publish artifacts. Common tasks include 'build' and 'publishToMavenLocal'. ```gradle gradle aggregate-_ --parallel # single model/version gradle aggregateAllDVs_ --parallel # all models/versions ``` ```gradle gradle :test-mmdmjsons:test :test-mmtypings:test :test-mmvalidators:test ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.