Skip to content

Releases: gradle/develocity-ci-injection

v2.0

05 Apr 00:21
e46e594

Choose a tag to compare

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

v1.3

04 Apr 16:58
c31c67c

Choose a tag to compare

What's Changed

  • Init-script logging is now at info level by default. Use DEVELOCITY_INJECTION_DEBUG=true to enable init-script logging at LIFECYCLE level. (#39)

Full Changelog: v1.2...v1.3

v1.2

05 Feb 21:30
1194704

Choose a tag to compare

What's Changed

  • Check if configured DV plugin version is supported by @bigdaz in #35
  • uploadInBackground can be configured even Develocity plugin is already applied by @erichaagdev in #36

Full Changelog: v1.1.1...v1.2

v1.1.1

05 Feb 01:09
471cf19

Choose a tag to compare

  • [FIX] Deprecation warning when using dv-injection with Gradle 8.12 #31

Full Changelog: v1.1...v1.1.1

v1.1

11 Dec 15:02
d8d5a14

Choose a tag to compare

This init-script version has the following improvements:

  • Fix an issue where enforce-url was being ignored for existing projects that applied com.gradle.enterprise:v3.17+.
  • Prefer reading SystemProperties from Gradle startParameter to 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.startParameter by @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

v1.0

16 Nov 18:55
d2fecf6

Choose a tag to compare

Initial release of the reference init-script for Develocity injection.