Module with an example of a JVM Gradle plugin.
export enabledModules="plugin-jvm-gradle"
The other modules, on which this module depends, will be automatically enabled.
./gradlew :plugin-jvm-gradle:build
or in a simplified way (can run more tasks):
./gradlew build
./gradlew :plugin-jvm-gradle:check
or in a simplified way (can run more tasks):
./gradlew check