Releases: JetBrains/gradle-grammar-kit-plugin
Releases · JetBrains/gradle-grammar-kit-plugin
2023.3.0.3
- Switch parser generation to use Plugin Verifier library and
createIdefor IntelliJ Platform classpath resolution. #225
2023.3.0.2
- Add required IntelliJ Platform modules to
requiredLibsfor compatibility with IntelliJ Platform 261+ #223
2023.3.0.1
- Add missing libraries to requiredLibs for parser generation when targeting IntelliJ Platform 2025.3+ IJPL-218383
2023.3
2022.3.2.2
- Support for IntelliJ Platform
2024.1— addedopentelementrylibrary.
2022.3.2.1
Fixes plugin for recent IntelliJ master where required libraries where changed
2022.3.2
2022.3.1
- Breaking change: remove
generateParser.sourceandgenerateLexer.sourceproperties in favour ofgenerateParser.sourceFileandgenerateLexer.sourceFile - Set minimal supported Gradle to
7.4 - Default Grammar-Kit updated to
2022.3.1
2022.3
- Default Grammar-Kit updated to 2022.3
- Make
GenerateParserTaskandGenerateLexerTasksubclasses ofJavaExec - Set minimum supported Gradle version from
6.7.1to7.0 - Required Java version is
17
2021.2.2
- Remove redundant
bomConfiguration - Add
util_rt.jarinto GrammarKit call classpath