Skip to content

Releases: javacc/javaccPlugin

4.0.3

19 Dec 22:28

Choose a tag to compare

What's Changed

Dependency updates

  • Bump com.github.spotbugs from 6.1.3 to 6.1.5 by @dependabot[bot] in #88
  • Bump com.github.spotbugs from 6.1.5 to 6.1.6 by @dependabot[bot] in #89
  • Bump com.github.spotbugs from 6.1.6 to 6.1.10 by @dependabot[bot] in #92
  • Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot[bot] in #91
  • Bump com.github.spotbugs from 6.1.10 to 6.1.11 by @dependabot[bot] in #93
  • Bump com.github.spotbugs from 6.1.11 to 6.1.12 by @dependabot[bot] in #94
  • Bump com.github.spotbugs from 6.1.12 to 6.2.3 by @dependabot[bot] in #101
  • Bump com.github.spotbugs from 6.2.3 to 6.2.4 by @dependabot[bot] in #102
  • Bump commons-io:commons-io from 2.19.0 to 2.20.0 by @dependabot[bot] in #100
  • Bump com.github.spotbugs from 6.2.4 to 6.4.4 by @dependabot[bot] in #110
  • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 by @dependabot[bot] in #109
  • Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #111

New Contributors

Notes

4.0.2 was published by accident, has no features compared to 4.0.1

Full Changelog: javacc-gradle-plugin-4.0.1...javacc-gradle-plugin-4.0.3

4.0.1

30 Jan 21:10
08c028e

Choose a tag to compare

Fixed regression with filtering duplicate files.

4.0.0

30 Jan 19:40
e6e1a31

Choose a tag to compare

Drop Java 8 support, test with Java 17, avoid cache related warnings

javacc-gradle-plugin-3.0.3

16 Nov 00:03

Choose a tag to compare

What's Changed

Dependency updates

  • Update Apache Commons IO in #79 to resolve #73
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0 by in #76

Chores

  • Update Checkstyle Reviewdog action in #70
  • Remove Bintray tasks and references in #78
  • Enabled Dependabot

Full Changelog: javacc-gradle-plugin-3.0.2...javacc-gradle-plugin-3.0.3

javacc-gradle-plugin-3.0.2

28 Dec 22:00

Choose a tag to compare

javacc-gradle-plugin-3.0.1

28 Dec 21:58

Choose a tag to compare

What's Changed

Full Changelog: javacc-gradle-plugin-3.0.0...javacc-gradle-plugin-3.0.1

javacc-gradle-plugin-3.0.0

05 Aug 13:51
5e3ad46

Choose a tag to compare

What's Changed

  • Minimal required Gradle version to 6.4
  • Bump default JavaCC version to 7.0.12 by @zbynek in #67
  • Add support for JavaCC 8 and fix support for JavaCC 4.0 by @zbynek in #60
  • Change plugin ID to org.javacc.javacc by @zbynek in #64
  • Use File.separator instead of '/' on Windows by @zosrothko in #46
  • Make dependent Java sourceSets configurable by @zbynek in #65
  • Optimize tree lookup for custom AST files by @zbynek in #66
  • Remove calls to setMain (deprecated in Gradle 7) by @zbynek in #59

Internal changes

  • Change initial capacity of options Hashmap by @katsadim in #44
  • Use Java8 syntax (lambdas, <>), drop unused dependencies by @zbynek in #61
  • Upgrade build to use Gradle 6.4 by @kpitt in #51

New Contributors

Full Changelog: javacc-gradle-plugin-2.4.0...javacc-gradle-plugin-3.0.0

2.4.0

29 Nov 01:16

Choose a tag to compare

  • Allow configuration of the JavaCC version to use (Issue #29)
  • Improve incremental build support by adding @InputDirectory to the tasks input property

2.3.1

18 Aug 02:21

Choose a tag to compare

  • Fix issue #20

2.3.0

06 Aug 18:47

Choose a tag to compare

  • Added JJDoc support