You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Support java-version-file with pom.xml, build.gradle, and build.gradle.kts so setup-java can infer the JDK version without requiring a separate version file.
Background: PR #441 attempted this but is now outdated/conflicted. The idea remains useful and should continue in a fresh implementation.
Proposed behavior: When java-version-file points to one of the supported build files, parse the configured Java target/version and resolve a setup-java compatible version range.
Summary: Support java-version-file with pom.xml, build.gradle, and build.gradle.kts so setup-java can infer the JDK version without requiring a separate version file.
Background: PR #441 attempted this but is now outdated/conflicted. The idea remains useful and should continue in a fresh implementation.
Proposed behavior: When java-version-file points to one of the supported build files, parse the configured Java target/version and resolve a setup-java compatible version range.
Initial file targets:
Scope:
Out of scope:
Reference: PR #441