Skip to content

v3.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigdaz bigdaz released this 04 Jan 04:43
· 66 commits to main since this release
6c75372

Beta release of gradle-build-action@v3.
Can be referenced via gradle/[email protected] or gradle/gradle-build-action@v3-beta.

  • Allow cache entries to be reused by jobs with the same ID in different workflows (#1017)
    • Workflow name remains part of the cache key, but cache entries generated by the same job id in a different workflow may be restored
  • Register pre-installed JDKs in Maven toolchains.xml file (#1024)
    • This allows pre-installed JDKs to be auto-detected by Gradle Toolchain support