Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@bigdaz bigdaz released this 05 Apr 00:21
· 18 commits to main since this release
e46e594

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.
    • 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
  • [FIX] Injection variables collide with CCUD Gradle Plugin overrides #47

Full Changelog: v1.3...v2.0