-
Looks like some kind of transitive dependency issue is preventing the Sample App from building,
```
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':sample…
-
See related discussions https://github.com/gradle/gradle/issues/6750#issuecomment-422989736
### Expected Behavior
`gradle dependencies` will not report failed dependencies unless there actually …
-
### Expected Behavior
When resolving a Configuration it is possible to strictly resolve based on the provided attributes.
When attribute values are mismatched, Gradle will not silently resolve rando…
aSemy updated
1 month ago
-
**Describe the bug**
Dependency Check 11 now depends on a version of Apache HttpClient 5, which forbids the use of a `userinfo` component in URLs for basic authentication.
An exception is thrown w…
-
https://medium.com/swlh/how-gradle-dependency-configurations-work-underhood-e934906752e5
https://blog.gradle.org/introducing-compile-only-dependencies
-
**Describe the bug**
After update to gradle 8.11 we have nexus scan task failure.
**To Reproduce**
Steps to reproduce the behavior:
1. Use Gradle 8.11
2. Run NexusIQ task
3. See it failed
*…
-
### Describe the bug
Jenkins Artifactory Publish plugin is not working anymore
build.gradle.kts
```
plugins {
`java-library`
`maven-publish`
}
publishing {
publications { creat…
-
### Steps to reproduce
When using `archivesBaseName` with app/build.gradle,
Run `flutter build apk --release`
### Expected results
Expect to find `MyApp***-v0.0.1-release.apk` at `b…
-
The gradle java plugin marked the dependency handling via `compile` and `testCompile` as deprecated. We should use `implementation`, `testImplementation`, `api` (which is new) and `provided` (instead …
-
## CVE-2024-31141 - Medium Severity Vulnerability
Vulnerable Library - kafka-clients-3.7.1.jar
Library home page: https://kafka.apache.org
Path to dependency file: /build.gradle
Path to vulnerable …