Releases: gradle/common-custom-user-data-gradle-plugin
Releases · gradle/common-custom-user-data-gradle-plugin
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