Donát Csikós
Donát Csikós
The type will be removed in Gradle 8.0. https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/f50be8dcdde14ec6ef94947f1e21f5ea855be792/src/main/java/com/google/cloud/tools/gradle/appengine/AppEnginePlugin.java#L28
One feature we want to support for the Problems API is to be attach domain-specific additional data to problem reports. There's a(n internal) solution that uses a string map, which...
The Java compiler outputs compilation problems directly to the standard output. The problem with that is the information is buried in the build output and users must need to scroll...
Many users reported that it’s hard to investigate Gradle build failures, both in the IDE and on the command line. The existing error messages are verbose and often contain duplications,...
I've noticed that the Artifactory plugin uses [this](https://github.com/gradle/gradle/blob/master/subprojects/core-api/src/main/java/org/gradle/api/Project.java#L1261) deprecated Gradle API. The API will most probably get removed in the next major Gradle release. Besides, we're planning to add a...
https://github.com/gradle/gradle/pull/26743#issuecomment-2003121025 > ... we actually want to get rid of the property altogether. The Gradle libs URLs was a workaround because the localGroovy dependency is handled in Gradle in a...