I have forked the gradle repo to prepare a contribution. When I clone the master of my fork and try
./gradlew install -Pgradle_installPath=mypath
I get an error: > Task :buildSrc:buildquality:compileKotlin
w: /vcs/gradle/gradle/buildSrc/subprojects/buildquality/src/main/kotlin/org/gradle/gradlebuild/buildquality/incubation/IncubatingApiReportTask.kt: (307, 43): Parameter ‘srcDir’ is never used
I am building with jkdk11 on mac.
Can you please give me guidance how to avoid this?