-
```
14 problems were found storing the configuration cache, 6 of which seem unique.
- Task `:honkerCheck` of type `org.nosphere.honker.gradle.HonkerCheckTask`: cannot serialize object of type 'org.g…
-
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':Project:showAndroidConfig'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActio…
-
In gradle 6.8.x (and most probably before this already) gradle provides an "idiomatic" way to define aggregrations of reports without task-dependencies. This is mainly done using configurations, for a…
-
Hello, i am using io.freefair.aspectj.post-compile-weaving. When i have aspectj directory (with the aspect class) in root of my project - everything ok, but i need weave aspect from external library …
-
### Versions
**Shadow**: 5.0.0
**Gradle**: 5.3.1
### Expected Behavior
I don't want `testCompile` dependencies under `subprojects { dependencies {} }` in root project to the uber jar of …
-
The exact version of Android Studio is `Build #AI-242.21829.142.2421.12409432, built on September 24, 2024`
I can no longer compile a project that uses flutter_nfc_kit.
The compilation error is:…
-
in Spring Boot 3.4 i'm getting
```
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to…
-
When executing `./gradlew dependencies --write-locks`, the build fails with this error:
```
integrationStubImplementation - Implementation only dependencies for compilation 'integrationStub' (targ…
-
The plugin `ForceDependencyResolutionPlugin` isn't compatible with upcoming project isolation because it registers a root task depending on sub-project tasks.
Instead, a settings plugin should add an…
hfhbd updated
8 months ago
-
dependencyUpdates fails to retrieve new versions in a project with lockfiles in LockMode.STRICT.
The output with --info shows that it skips all configurations with an exception:
```
Skipping conf…