Releases: JetBrains/gradle-grammar-kit-plugin
Releases · JetBrains/gradle-grammar-kit-plugin
2022.3.2.2
- Support for IntelliJ Platform
2024.1
— addedopentelementry
library.
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.source
andgenerateLexer.source
properties in favour ofgenerateParser.sourceFile
andgenerateLexer.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
GenerateParserTask
andGenerateLexerTask
subclasses ofJavaExec
- Set minimum supported Gradle version from
6.7.1
to7.0
- Required Java version is
17
2021.2.2
- Remove redundant
bomConfiguration
- Add
util_rt.jar
into GrammarKit call classpath
2021.2.1
- Fixed resolving
requiredLibs
for the parser classpath - Add
app.jar
to the classpath - Fix for an issue when
compileClasspath
orcompileOnly
configurations are missing in the project.
2021.2
- Default Grammar-Kit updated to 2021.1.2
- Introducing Gradle configuration cache, lazy properties
- Code refactoring, migration to Kotlin, tests
- Breaking changes:
GenerateLexer
renamed toGenerateLexerTask
,GenerateParser
renamed toGenerateParserTask