Skip to content

Releases: opencastsoftware/gradle-build-info

0.3.1

17 Jul 17:58
v0.3.1
fd5e0a2
Compare
Choose a tag to compare

Fix a double-whammy of bugs:

  • Fix an issue that prevented generated sources from being added to the main source set
  • Fix an issue with lazy task configuration which meant that the implicit task dependency problem in Gradle 8.x wasn't actually resolved

0.3.0

17 Jul 16:49
v0.3.0
201c9bc
Compare
Choose a tag to compare

This release migrates the plugin to the Gradle Worker API, ensuring that the plugin's javapoet dependency does not leak onto users' build classpaths.

It also fixes a warning caused by an implicit task dependency between the generateBuildInfo and sourcesJar tasks that became an error in Gradle 8.x.

0.2.1

13 Sep 12:33
fb9762a
Compare
Choose a tag to compare

The plugin was altered to target Java 8, enabling it to be used in projects using Java 8 toolchains.

0.2.0 [YANKED]

13 Sep 12:33
9055983
Compare
Choose a tag to compare
0.2.0 [YANKED] Pre-release
Pre-release

Please don't use this release! It was published against an old commit by mistake.

0.1.0

29 Apr 13:02
f4f4731
Compare
Choose a tag to compare

The initial release of this plugin!