Skip to content

Releases: javacc/javaccPlugin

javacc-gradle-plugin-3.0.3

16 Nov 00:03
Compare
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
Compare
Choose a tag to compare

javacc-gradle-plugin-3.0.1

28 Dec 21:58
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix issue #20

2.3.0

06 Aug 18:47
Compare
Choose a tag to compare
  • Added JJDoc support

2.2.2

05 Aug 17:38
Compare
Choose a tag to compare
  • Handle custom AST classes correctly in the compileJjtree task (Issue #16)

2.2.1

04 Aug 18:38
Compare
Choose a tag to compare
  • Fixed support for custom AST classes defined in the Java sourcesets (Issue #15)

2.2.0

09 Jul 23:32
Compare
Choose a tag to compare
  • Added support for custom AST classes (Issue #13)
  • Plugin now builds with Gradle 2.5
  • Upgraded plugin dependencies for bintray and coveralls
  • Upgraded dependencies to latest