-
**Description:**
Using `gradle` as a cache option doesn't work on `windows-latest`.
**Task version:**
Specify the task version
**Platform:**
- [ ] Ubuntu
- [ ] macOS
- [x] Windows
**Runn…
-
### What React Native libraries do you use?
React Native without Frameworks
### Are you using sentry.io or on-premise?
sentry.io (SaS)
### @sentry/react-native SDK Version
5.25.0
### How does yo…
-
now config cache can't be enabled:
```
Configuration cache state could not be cached: field `value` of `kotlin.reflect.jvm.internal.ReflectProperties$LazySoftVal` bean found in field `moduleData$del…
-
### Environment
Jmix version: 2.4.1
### Bug Description
The project is written in Kotlin (version 2.0.21). In the gradle.properties file, org.gradle.caching=true is set. When running the gradle…
-
Currently, if you enable [Gradle configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) it fails with:
```
Execution failed for task ':generate'.
> Extension of …
-
The current version is not compatible with the new Gradle configuration cache as it for example modifies the version property at task execution time.
-
(This is documented but would be nice to see fixed)
When adding the plugin to a project using gradle configuration cache I see the following errors:
Configuration cache problems found in this bu…
-
I believe this is the correct list for java 21
```kts
jFlags = listOf(
"--add-exports=jdk.javadoc/jdk.javadoc.internal.tool=ALL-UNNAMED",
"--add-exports=jdk.compiler/com.sun.tool…
-
[Configuration Caching](https://docs.gradle.org/current/userguide/configuration_cache.html
) is an upcoming Gradle feature, which allows the configuration phase to reuse previous computations of thei…
-
Using the latest 4.0.1 version, we see the following issue regarding our build:
On compileJava tasks where errorProne plugin is applied, the calculated cache key for this input differs between develo…