Stefan Wolf
Stefan Wolf
There is no need to make PluginDeclaration serializable. Follow up for #20050.
Follow up for #18854.
See the review on #21373
Code completion for extension methods defined in the same source set doesn't work for precompiled script plugins. ### Expected Behavior When trying to use an extension function, Intellij completes the...
Instead of parsing the console log.
It is currently possible to implement a whole artifact transform by using an interface with a default method, for example: ``` public interface UnzipTransform extends TransformAction { @InputArtifact Provider getZippedFile();...
The PR moves the `@ServiceScope` annotations to the interface where possible. Follow-up for https://github.com/gradle/gradle/pull/27766/files#r1461467535.
I think the feature to freeze existing arch unit violations works great! One thing we have been struggling with is if we add/remove violations and want to accept the changes....
Gradle 4.6 introduced a `getJvmArgumentProviders` which it expects to never return `null`. If `null` is returned, then applying the `JacocoPluginExtension` fails.