Tom Tresansky
Tom Tresansky
Finalization of work on #21421, should we decide to use the alternate solution #21440 Once the [Spring Dependency Management](https://plugins.gradle.org/plugin/io.spring.dependency-management) plugin releases a version > `1.0.12.RELEASE` it will no longer require...
This is a continuation of work on #20158. Checks for validation failures prior to input capturing - This will allow for useful error messages when a file-based property is annotated...
Fixes #21421 This is an alternate solution for #21421 which keeps the `Upload` task as an empty shell, which will only throw exceptions if executed, in order to allow plugins...
Fixes #15875
Wrap up of legacy publication removal - remove the [Upload](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.Upload.html#org.gradle.api.tasks.Upload) task and all usage and references it.
Gradle 8 will be dropping some methods from the `ConfigurableReport` class. By removing the `@Override marker` from some methods and marking getters as `@ReplacedBy`, this will allow a version of...
I had been using this plugin very successfully to work around Windows path length limitations in my Kotlin project, and was surprised when a clean checkout of my project failed...
- Getters and setters now warn about removal in Gradle 9, not 8. - Tests updated to use replacement property wherever possible. - BackwardCompatibilityOutputDirectoryCOnvention moved out of AbstractCompile task into...