mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
d4e24dfc10
Since adding these to the `org.gradle.java.installations.fromEnv` property is problematic (#1024), this mechanism allows the default toolchains to be discovered by Gradle via a different mechanism. The default JDK installations are added to `~/.m2/toolchains.xml` such that they are discoverable by Gradle toolchain support. The `setup-java` action also writes to this file, so we merge with any existing content: this allows both pre-installed and "setup" JDKs to be automatically detected by Gradle. |
||
---|---|---|
.. | ||
resources | ||
build-results.ts | ||
cache-base.ts | ||
cache-cleaner.ts | ||
cache-extract-entries.ts | ||
cache-reporting.ts | ||
cache-utils.ts | ||
caches.ts | ||
daemon-controller.ts | ||
dependency-graph.ts | ||
execution.ts | ||
gradlew.ts | ||
input-params.ts | ||
job-summary.ts | ||
main.ts | ||
post.ts | ||
provision.ts | ||
repository-layout.ts | ||
setup-gradle.ts |