Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Releases: gogradle/gogradle

Gogradle 0.11.4

19 May 23:22
Compare
Choose a tag to compare

This is a patch release which fixes #287

Thanks @marcofeltmann for contribution.

Gogradle 0.11.3

17 Feb 04:42
Compare
Choose a tag to compare

This is a bug-fix release which fixes #279

Gogradle 0.11.2

05 Feb 13:54
Compare
Choose a tag to compare

This is a bug-fix release which fixes #276 (comment) .

Gogradle 0.11.1

22 Jan 02:07
Compare
Choose a tag to compare

This is a patch release, which fixes:

Gogradle 0.11

20 Jan 13:56
Compare
Choose a tag to compare

Gogradle 0.11 release note

We're glad to release Gogradle 0.11.

Improvements in Gogradle 0.11

  • Gradle 5.x support.
  • JDK 11 support.

Breaking changes

Since Gradle 5.0, plugins are no longer allowed to register tasks with same name as Gradle internal tasks, such as init/build.
Most of the tasks are renamed as follows:

clean goClean
prepare goPrepare
showGopathGoroot showGopathGoroot
init goInit
resolveBuildDependencies resolveBuildDependencies
resolveTestDependencies resolveTestDependencies
installDependencies installDependencies
dependencies goDependencies
vendor goVendor
lock goLock
build goBuild
test goTest
coverage goCover
vet goVet
fmt gofmt
check goCheck

Please be aware of this change and consult Tasks for more details.

Fixed bugs

etcd dependency creates near infinite vendor folder hierarchy

Gogradle 0.10.3

15 Jan 12:40
Compare
Choose a tag to compare

This is a bug fix release which fixes #272 .

Gogradle 0.10.2

04 Sep 07:53
Compare
Choose a tag to compare

This is a patch release which fixes #243 .

Gogradle 0.10

28 Jun 00:25
Compare
Choose a tag to compare

Gogradle 0.10 is a minor release, which focuses on improving dependency resolution mechanism.

This release fixes #207

Gogradle 0.9.3

24 Jun 13:32
Compare
Choose a tag to compare

This is a patch release.

This release fixes #225

In multi-project scenario, when the JVM tries to re-lock the global cache metadata file, an OverlappingFileLockException will be thrown.

Thanks @alanmyrvold for the contribution.

Gogradle 0.9.1

26 May 08:14
Compare
Choose a tag to compare

This is a patch release.

This fixes #217

Previously Gogradle registered the output with incorrect unrendered name ${GOOS}-${GOARCH}, which would cause UP-TO-DATE check fail.