Skip to content

Releases: diffplug/atplug

v1.2.1

04 Feb 20:13
Compare
Choose a tag to compare

v1.2.1

Fixed

  • FindPlugsTask had an up-to-date issue in projects with mixed Kotlin and Java. (#68)

v1.2.0

27 Jan 20:57
Compare
Choose a tag to compare

v1.2.0

Added

  • Cacheability, incremental task, and huge speed improvement. (#66)
    • plugGenerate refactored into plugFind followed by plugGenerate

Changed

  • Bump required JVM from 11 to 17. (#63)
  • Detect Kotlin version rather than harcode it. (#64)