tool · inferred from evidence
Gradle
A build automation tool mentioned as the context for dependency resolution issues.
- SourceDistributionProvider contains hardcoded distributionUrl referring to https://services.gradle.org
IntelliJ kept downloading Gradle from services.gradle.org even with a custom distributionUrl because SourceDistributionProvider hardcoded it. That was fixed in the Gradle release containing PR #37099, so upgrade Gradle.
- Possible memory use regression in 9.1.0-rc-1
Teaches how to possible memory use regression in 9.1.0-rc-1. Based on a real issue report and its verified fix.
- Cannot build Android with klippa_identity_verification_sdk: Namespace not specified
In Klippa: Fixed in klippa_identity_verification_sdk 0.2.13 , the maintainer confirmed the release fixes this build failure. Upgrade with flutter pub upgrade klippa_identity_verification_sdk (or pin ^0.2.13) and rebuild.
- Gradle Problems reading data from Binary store error on dependency resolution
In Gradle: A Gradle maintainer confirmed this is not caused by the Gradle version itself: the corrupt serialized resolution result varies with the order dependencies are processed, which can change for many reasons. Run the build with --sta
- Gradle 7 file watching in Alpine Docker container leads to JVM crash SIGSEGV
In Gradle: This was a Gradle bug in the native file-watching integration on Alpine (musl). It was fixed by PR #17055, which shipped in Gradle 7.0.1, upgrade to 7.0.1 or later to resolve the crash.
- Gradle Temporary workspace cannot be moved to immutable location when files left open on Windows
Gradle Temporary workspace cannot be moved to immutable location when files left open on Windows. The failure is caused by another process holding the temporary files open, on Windows this is almost always antivirus real-time scanning.
- flutter build appbundle fails: Unknown Kotlin JVM target: 21 (klippa_identity_verification_sdk)
The reporter fixed it by changing the JavaVersion setting in the Android build configuration so the Kotlin compiler targets a JVM version the SDK supports instead of defaulting to Java 21. Align the project's Java version (e.g.