Hello, Is there a way I can get the line numbers for the deprecation warnings so I can track them down more easily?
There’s is an internal feature that you can use for this.
./gradlew someTask -Dorg.gradle.deprecation.trace=true
This is something we are looking to improve soon.
Thanks!