-
With the introduction of the Gradle configuration cache, community plugins may need to be adjusted. The goal of this issue is to track the status of community plugins.
For configuration cache suppo…
-
The configuration cache is a feature that significantly improves build performance by caching the result of the configuration phase and reusing this for subsequent builds.
Implementing support for …
-
When attempting to enable gradle configuration cache in a project with this plugin applied, the build fails with
```
Configuration cache entry discarded with 1 problem.
FAILURE: Build failed with…
-
Gradle already transforms the user-provider bytecode (build scripts, plugins, and their dependencies) to make all lambdas there serializable. This doesn't apply to the Gradle's own code, where all ser…
-
### Expected Behavior
I should be able to make unrelated changes to my local build configuration without invalidating all Artifact Transforms from external plugins.
### Current Behavior
When I use …
-
### Orb version
Current
### What happened
When using `cache-from: type=registry,ref=/:`, I see
```
Pulling type=registry
invalid reference format
Pulling ref=ref=/:
invalid reference for…
-
When trying to run the uploadMapping gradle task with configuration cache enabled, I'm seeing the following failure:
```1 problem was found storing the configuration cache.
- Task `:androidApp:upl…
-
With the transition to "authentication tokens", the runner registration is no longer allowing certain tags on the registration command line.
I found this while trying to register a mac runner, bu…
-
The `gradle.properties` file needs to be used to configure global switches directly in each repository. This can not be moved into these plugins, but the plugins may check if the build is configured a…
-
### Current Behavior
A project using the [net.idlestate.gradle-duplicate-classes-check](https://github.com/tehlers/gradle-duplicate-classes-check) plugin with the configuration cache enabled sees a n…