Releases: gradle/develocity-ci-injection
Releases · gradle/develocity-ci-injection
v2.0
What's Changed
- [NEW] Init-script inputs have been renamed for clarity and to avoid clashes (#48)
- All env vars are now prefixed with 'develocity-injection
. This includes vars that used to be prefixed with 'gradle', such thatgradle.plugin-repository.url->develocity-injection.plugin-repository.url`.- Env vars start with
DEVELOCITY_INJECTION_ - Sys props start with
develocity-injection.
- Env vars start with
- Some other property names were changed for consistency:
develocity.plugin-version->develocity-injection.develocity-plugin-versiondevelocity.build-scan.upload-in-background->develocity-injection.upload-in-backgrounddevelocity.auto-injection.custom-value->develocity-injection.custom-value
- All env vars are now prefixed with 'develocity-injection
- [FIX] Injection variables collide with CCUD Gradle Plugin overrides #47
Full Changelog: v1.3...v2.0
v1.3
v1.2
What's Changed
- Check if configured DV plugin version is supported by @bigdaz in #35
uploadInBackgroundcan be configured even Develocity plugin is already applied by @erichaagdev in #36
Full Changelog: v1.1.1...v1.2
v1.1.1
v1.1
This init-script version has the following improvements:
- Fix an issue where
enforce-urlwas being ignored for existing projects that appliedcom.gradle.enterprise:v3.17+. - Prefer reading SystemProperties from Gradle
startParameterto address an issue where System Properties cannot be read correctly from init-scripts
What's Changed
- Develocity URL is enforced even if Develocity plugin is not applied by the init script by @erichaagdev in #10
- System properties are also read using
gradle.startParameterby @erichaagdev in #20 - Update to the latest versions of DV Gradle plugin and CCUD Gradle plugin
- Develocity Build Validation Scripts repository is updated on release by @erichaagdev in #11
- Generate Develocity short-lived access token in relevant workflows by @erichaagdev in #12
- Test more DV plugin versions by @bigdaz in #13
Full Changelog: v1.0...v1.1