Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

84 lines (54 loc) · 2.15 KB

Changelog of Gradle Golang Plugin

0.6.3

  • Enable code coverage and verbosity by default. (#20, #21)

0.6.1

  • Documentation for Go modules support. (#19)
  • An example of Go modules build. (#18)

0.6.0

  • Option for disabling of Go modules. (#17)

0.5.0

  • Go modules support. (#16)

0.4.4

  • Fix lifecycle error with optional proprietary vendors. (#15)
  • Document How to handle proprietary vendors. (#13, #14)

0.4.3

  • Fix delete non-empty proprietary vendor directory error. (#12)

0.4.2

  • Fix delete non-empty proprietary vendor directory error. (#11)

0.4.1

  • Fix error proprietaryVendors property without provider. (#10)

0.4.0

  • The proprietaryVendors task for dealing with import packages in private repositories. (#9)

0.3.3

  • Fix optional dep task in multi-module build (#7)
  • CHANGELOG.md added (#6)

0.3.2

No new features. This release has been created via automated Travis CI deployment. (#5)

  • Publishing to Gradle Plugin Portal.
  • Creating of the GitHub release.

0.3.0

  • The dep task could be optional via configuration. (#2)

0.2.1

Supports three basic Gradle tasks, chained in following order:

  • dep
  • test
  • build

0.1.0

Initial release.