Releases: gradle/common-custom-user-data-maven-extension
Releases · gradle/common-custom-user-data-maven-extension
1.3.1
- [FIX] - Builds with no changes as per
git status
are no longer tagged as Dirty
1.3
- [NEW] - Add access to the
BuildCacheApi
to configure the build cache
- [FIX] - Fix GitLab Source custom link
1.2
- [NEW] - Tag builds run in TravisCI
- [NEW] - Tag builds triggered by IntelliJ IDEA
- [FIX] - Remove build scan tag for Maven version since Gradle Enterprise
2020.3+
allows filtering by Maven version out-of-the-box
1.1.1
- [FIX] - Add
hint
to CommonCustomUserDataMavenExtension
to allow multiple AbstractMavenLifecycleParticipant
implementations on the classpath
1.1
- [NEW] - Evaluate
.mvn/gradle-enterprise-custom-user-data.groovy
custom user data Groovy script if present
1.0.1
- [NEW] - Improve lookup of
BuildScanApi
- [FIX] - Remove dependency on SLF4J.