Releases: gradle/common-custom-user-data-gradle-plugin
Releases · gradle/common-custom-user-data-gradle-plugin
1.4.2
- [FIX] - Fix configuration cache compatibility when capturing test maxParallelForks
- [FIX] - Fix the git branch detection on Jenkins by using the branch name provided by Jenkins
1.4.1
- [FIX] - Encode (escape) the TeamCity build number when creating a link to the TeamCity build
1.4
- [NEW] - Fully support the Gradle configuration cache
- [NEW] - Add custom values for IntelliJ IDEA and Eclipse versions
- [NEW] - Store the full Git commit ID in "Git commit id" custom value and the short ID in "Git commit id short" custom value
- [NEW] - Add the ability to override various Gradle Enterprise configuration settings via system properties
1.3
- [NEW] - Add the Git repository URL as a custom value
1.2.1
- [NEW] - Add TeamCity build configuration as a custom value and search link
- [FIX] - Fix configuration-cache support
1.2
- [FIX] - Fix TeamCity integration by loading environment via Gradle properties
1.1.2
- [NEW] - Detect generic "CI" environment variable or system property to add
CI
tag
- [NEW] - Detect Hudson and Bitrise CI and add respective custom tags and values
- [FIX] - Fix TeamCity integration by using environment variables that are present in TeamCity 2020.2
1.1.1
- [FIX] - Build will now fail if plugin is applied to
Project
on Gradle 6+. Plugin must be applied to Settings
together with the com.gradle.enterprise
plugin.
1.1
- [FIX] - Plugin has no effect unless
com.gradle.enterprise
or com.gradle.build-scan
is also applied
- [FIX] - Test system properties are no longer added as custom values