Sourced from gradle/actions's releases.
v4.4.1
This patch release fixes a bug in Develocity Injection with a custom plugin repository. The
gradle-plugin-repository-*
action parameters were not being correctly mapped to environment variables that are read by the Develocity Injection init script.This issue has been fixed by setting the correct environment variables:
gradle-plugin-repository-url
is mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_URL
gradle-plugin-repository-username
is mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_USERNAME
gradle-plugin-repository-password
is mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_PASSWORD
Additionally, these parameters can now be used to configure a custom plugin repository for the GitHub Dependency Graph Gradle Plugin, required for dependency submission.
What's Changed
- Dependency updates by
@bigdaz
in gradle/actions#667- Fix plugin repository env vars by
@bigdaz
in gradle/actions#669Full Changelog: https://github.com/gradle/actions/compare/v4.4.0...v4.4.1
ac638b0
[bot] Update dist directoryfd88882
Fix setting env vars for plugin repository (#669)3af3dd3
[bot] Update dist directorybf78bf9
Dependency updates (#667)ca92106
Use Java 17 for toolchain buildf7d1903
Update known wrapper checksumseb0816b
Fix update-wrapper-checksums workflowd408d62
Bump the npm-dependencies group across 1 directory with 5 updates306df22
Bump the github-actions group across 1 directory with 3 updates05baf32
Bump org.gradle.toolchains.foojay-resolver-convention