Releases: gradle/common-custom-user-data-maven-extension
Releases · gradle/common-custom-user-data-maven-extension
1.11
- [NEW] Detect Azure pipeline and add respective custom tags, values and links
- [NEW] Detect Gitlab branch name on CI
1.10.1
- [FIX] - Remove special logic to deal with old versions of IntelliJ
1.10
- [NEW] - Detect GoCD CI and add respective custom CI tag, values and links
- [NEW] - Detect
skipTests
, maven.test.skip
, skipITs
system properties and set corresponding custom values named switches.*
1.9
- [FIX] - Change the type of the
log
variable bound for custom Groovy scripts to org.slf4j.Logger
(may affect custom Groovy scripts)
- [FIX] - Fix generation of search links for custom values
- [NEW] - Add custom value and search link for GitHub Actions run ID
- [NEW] - Redact any
user:password@
portion of the 'Git repository' custom value
1.8.1
- [FIX] - Avoid use of
org.apache.maven.monitor.logging.DefaultLog
since this type has been renamed in Maven 4
1.8
- [NEW] - Declare extension as a
GradleEnterpriseListener
component
- [FIX] - Update dependency versions
1.7.3
- [FIX] - Fix the git branch detection on Jenkins by using the branch name provided by Jenkins (#109)
1.7.2
- [NEW] - Publish a "fat" jar that contains all of the extension's dependencies (to make it easier to use the extension in certian scenarios)
1.7.1
- [FIX] - Encode (escape) the TeamCity build number when creating a link to the TeamCity build (fixes Issue #101)
1.7
- [NEW] - Add access to the
GradleEnterpriseApi
to configure Gradle Enterprise