The example project should only need to depend on org.gradle:gradle-tooling-api
, instead of gradleApi()
.
https://docs.gradle.org/current/userguide/third_party_integration.html#sec:embedding_quickstart
$toolingApiVersion
should be a version chosen by you.
↧
Java-gradle-plugin gradleApi() api dependency problem
↧