cd gradle-bom
and install itmvn install
cd gradle-plugin
and install it./gradlew publishToMavenLocal
cd gradle-app
and list its dependencies./gradlew dependencies --configuration compileClasspath
You should see
compileClasspath - Compile classpath for source set 'main'.
+--- io.playground:playground-bom:999-SNAPSHOT
\--- commons-lang:commons-lang FAILED