Releases: javacc/javaccPlugin
Releases · javacc/javaccPlugin
4.0.3
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
Fixed regression with filtering duplicate files.
4.0.0
Drop Java 8 support, test with Java 17, avoid cache related warnings
javacc-gradle-plugin-3.0.3
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
- make tasks cacheable 911eeb2
javacc-gradle-plugin-3.0.1
What's Changed
Full Changelog: javacc-gradle-plugin-3.0.0...javacc-gradle-plugin-3.0.1
javacc-gradle-plugin-3.0.0
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
- @zosrothko made their first contribution in #46
- @katsadim made their first contribution in #44
- @kpitt made their first contribution in #51
- @zbynek made their first contribution in #61
Full Changelog: javacc-gradle-plugin-2.4.0...javacc-gradle-plugin-3.0.0
2.4.0
2.3.1
2.3.0
- Added JJDoc support