Skip to content

Releases: diffplug/atplug

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 27 May 19:51

Fixed

  • FindPlugsTask.classesFolders changed from @CompileClasspath to @Classpath, hopefully fixing up-to-date problem. (#79)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Feb 20:13

v1.2.1

Fixed

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 20:57

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)