gradlew - Gradle Tooling API - How to use Gradle wrapper? -
gradlew - Gradle Tooling API - How to use Gradle wrapper? -
i've started using gradle tooling api , found question: there way utilize gradle wrapper gradle installation tooling api? need ignore gradle installation in scheme , utilize gradle wrapper target project under tooling api.
thanks in advance!
you don't need set this. default behavior: tooling api seek read gradle/wrapper/gradle-wrapper.properties
in project find appropriate distribution used according test in https://github.com/gradle/gradle/blob/7dd276a91d9e22248306584afe04171fd86db529/subprojects/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/distributionfactorytest.groovy#l44
gradle gradlew gradle-tooling-api
Comments
Post a Comment