Skip to content

Releases: asarkar/build-time-tracker

v4.3.0

06 May 02:04
Compare
Choose a tag to compare

Bug Fixes 🪲

  • #44: Plugin customizations are ignored if configuration cache is enabled
  • See discussion #45

v4.2.0

14 Apr 17:47
5ccb1cb
Compare
Choose a tag to compare

New Features 🎉

  • #36: Support sort ascending or descending

v4.1.0

03 Apr 00:22
4a81fca
Compare
Choose a tag to compare

New Features 🎉

  • #31: Support Gradle Configuration Cache

v4.0.0

05 Feb 22:00
199f328
Compare
Choose a tag to compare

Maintenance 🛠️

  • Update README
  • Upgrade dependencies to latest
  • Set plugin minimum requirement to Java 11 and Gradle 6.1

v3.0.1

24 Jul 00:05
ea59e2a
Compare
Choose a tag to compare

Bug Fixes 🪲

  • #27: Support parallel builds

v3.0.0

16 May 03:58
17927d0
Compare
Choose a tag to compare

New Features 🎉

  • #22: Now supports output to CSV file

Maintenance 🛠️

  • Update README
  • The plugin extension properties are now evaluated lazily; see Gradle Lazy Configuration for details
  • General refactoring to make supporting new destinations easier
  • All classes moved to com.asarkar.gradle.buildtimetracker, including the enums referenced in plugin extension, like Output

v2.1.0

09 May 04:23
Compare
Choose a tag to compare

Maintenance 🛠️

  • Update README
  • Upgrade dependencies

v2.0.4

09 Aug 04:16
Compare
Choose a tag to compare

Maintenance 🛠️

  • Change plugin group from org.asarkar.gradle to com.asarkar.gradle

v2.0.3

05 Aug 07:34
Compare
Choose a tag to compare

Bug Fixes 🪲

  • #17: java.lang.ClassNotFoundException: kotlin.time.DurationKt

v2.0.2

31 Jul 22:36
407b570
Compare
Choose a tag to compare

Maintenance 🛠️

  • #14: Remove deprecated API usage