Skip to content

Releases: gradle/common-custom-user-data-maven-extension

1.6

24 Jan 17:08
Compare
Choose a tag to compare
1.6
  • [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 gradle.cache.remote.shard system property to add an additional path segment to the remote build cache URL

1.5

24 Jan 17:08
Compare
Choose a tag to compare
1.5
  • [NEW] - Add the Git repository URL as a custom value

1.4.1

24 Jan 17:09
Compare
Choose a tag to compare
  • [NEW] - Add TeamCity build configuration as a custom value and search link

1.4

24 Jan 17:10
Compare
Choose a tag to compare
1.4
  • [FIX] - Fix TeamCity integration by loading properties from the MavenSession

1.3.2

24 Jan 17:10
Compare
Choose a tag to compare
  • [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.3.1

24 Jan 17:10
Compare
Choose a tag to compare
  • [FIX] - Builds with no changes as per git status are no longer tagged as Dirty

1.3

24 Jan 17:11
Compare
Choose a tag to compare
1.3
  • [NEW] - Add access to the BuildCacheApi to configure the build cache
  • [FIX] - Fix GitLab Source custom link

1.2

24 Jan 17:12
Compare
Choose a tag to compare
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

24 Jan 17:13
Compare
Choose a tag to compare
  • [FIX] - Add hint to CommonCustomUserDataMavenExtension to allow multiple AbstractMavenLifecycleParticipant implementations on the classpath

1.1

24 Jan 17:14
Compare
Choose a tag to compare
1.1
  • [NEW] - Evaluate .mvn/gradle-enterprise-custom-user-data.groovy custom user data Groovy script if present