-
# Setup
- mockito: 5.14.2
- gradle: 8.11.1
- java: 21
- linux
Followed the instructions on https://javadoc.io/static/org.mockito/mockito-core/5.14.2/org/mockito/Mockito.html#0.3
my catalog…
-
### Describe the bug
When building a Quarkus project with Gradle 8.11 and upwards, Gradle reports many deprecation warnings that look something like this:
```
Calling extendsFrom on configuration ':…
-
We're using the swagger-gradle-plugin to generate oas specs from our source. We need to generate two different specs by varying the resourcePackages that the task is configured with. In one case, we …
-
### What happened?
After migrating to a new plugin version 2.0.0 and higher, a gradle project synchronization error occurs, because of this it is impossible to do anything with the IDE plugin.
### R…
-
The `GatherLicenseTask` is not compatible with Gradle's [configuration cache](https://docs.gradle.org/8.10.2/userguide/configuration_cache.html).
```
val gatherLicense = tasks.register("gatherLice…
-
### Current Behavior
I have an artifact (apollo-compiler) that uses dependencies with exclusions:
```kotlin
api("com.squareup:kotlinpoet:2.0.0") {
// We don't use any of the KotlinPoet kotlin-…
-
### Current Behavior
Given this from the documentation:
https://docs.gradle.org/current/userguide/artifact_transforms.html#sec:implementing-artifact-transforms
```
tasks.register("resolveRuntimeClas…
-
Hello,
when upgrading to Gradle 8.9 our mutation test task is failing with a stack overflow (whole stack bellow). It seems to be directly linked to this gradle version as reverting to 8.8 fixes the…
-
JIRA Issue: [KIEKER-1979] Unclarities in build.gradle
Original Reporter: David Georg Reichelt
***
Some things in build.gradle are unclear to me, and it might be better to remove / refactor them:
…
-
Dear flutter_config Author,
I am currently working on the development of a new Flutter project. I have found that the flutter_config plugin is exactly what I need as it perfectly addresses my requi…