Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1001 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1001 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • resolution of the following git properties
    • git.commit.id
    • git.commit.id.abbrev
    • git.commit.user.name
    • git.commit.user.email
    • git.commit.time
    • git.commit.message.short
    • git.commit.message.full
    • git.branch
    • git.remote.origin.url
    • git.build.host
    • git.build.user.name
    • git.build.user.email
  • gradle --configuration-cache support
  • allows continuing build with generateGitProperties --continue-on-error option