Build plugin/config relocation

Gradle 9 kotlinDslPluginOptions jvmTarget removed unknown property

A convention-plugin build fails during script evaluation with an unknown property.

Gradle 9JVM build systemsBuild plugin/config relocationgradle9

Agent Quick Fix

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

Product: Gradle 9
Current-contract area: `kotlinDslPluginOptions.jvmTarget` removed
Likely root cause: A convention-plugin build fails during script evaluation with an unknown property.
Repair direction: Verifier checks the current package identity/config format and a real transformed output.

Symptom

A convention-plugin build fails during script evaluation with an unknown property.

Why This Happens

The old package/config name is syntactically valid, but current tool packaging and discovery rules live in external release documentation.

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 kotlinDslPluginOptions jvmTarget removed unknown property
site:docs.gradle.org kotlinDslPluginOptions jvmTarget Gradle 9
"kotlinDslPluginOptions" "jvmTarget"
Gradle 9 upgrading guide kotlinDslPluginOptions
https://docs.gradle.org/current/userguide/upgrading_major_version_9.html
'Removal of kotlinDslPluginOptions.jvmTarget' in https://docs.gradle.org/current/userguide/upgrading_major_version_9.html

Source Trail