Runtime support floor

Gradle 9 compatibility Java version daemon requires official documentation

Wrapper starts, then daemon creation fails before any project task executes; compilation target is unrelated.

Gradle 9JVM build systemsRuntime support floorgradle9

Agent Quick Fix

Repair against the current Gradle 9 contract, then keep the change narrow and source-backed.

Product: Gradle 9
Current-contract area: Gradle daemon fails on Java 11 while project targets Java 8
Likely root cause: Wrapper starts, then daemon creation fails before any project task executes; compilation target is unrelated.
Repair direction: Verifier accepts either a supported runtime pin or a justified compatible dependency pin, and rejects unsafe monkey patches.

Symptom

Wrapper starts, then daemon creation fails before any project task executes; compilation target is unrelated.

Why This Happens

The repository may declare a broad engine range while the current tool release silently or explicitly requires a newer patch/minor runtime.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

Gradle 9 compatibility Java version daemon requires official documentation
site:docs.gradle.org Gradle 9 compatibility Java 17 Java 11
https://docs.gradle.org/current/userguide/compatibility.html

Source Trail