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 that
gradle.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-version
develocity.build-scan.upload-in-background
->develocity-injection.upload-in-background
develocity.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