Stefan Wolf

Results 19 issues of Stefan Wolf

There is no need to make PluginDeclaration serializable. Follow up for #20050.

@execution

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...

a:bug
in:kt-idea-plugin
by:jetbrains

So the links to the build scans show up on the build page.

chore

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();...

@execution
in:execution-engine

The PR moves the `@ServiceScope` annotations to the interface where possible. Follow-up for https://github.com/gradle/gradle/pull/27766/files#r1461467535.

5 min review
platform:gradle_enterprise

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.