Skip to content

Releases: JetBrains/gradle-grammar-kit-plugin

2023.3.0.3

02 Mar 14:45

Choose a tag to compare

  • Switch parser generation to use Plugin Verifier library and createIde for IntelliJ Platform classpath resolution. #225

2023.3.0.2

09 Feb 21:40

Choose a tag to compare

  • Add required IntelliJ Platform modules to requiredLibs for compatibility with IntelliJ Platform 261+ #223

2023.3.0.1

13 Nov 16:38

Choose a tag to compare

  • Add missing libraries to requiredLibs for parser generation when targeting IntelliJ Platform 2025.3+ IJPL-218383

2023.3

12 Nov 23:31

Choose a tag to compare

  • Default Grammar-Kit updated to 2023.3 (Changelog)
  • Add missing libraries to requiredLibs for parser generation when targeting IntelliJ Platform 2025.3+ #220

2022.3.2.2

21 Feb 12:52
44c506a

Choose a tag to compare

  • Support for IntelliJ Platform 2024.1 — added opentelementry library.

2022.3.2.1

22 Dec 15:17

Choose a tag to compare

Fixes plugin for recent IntelliJ master where required libraries where changed

2022.3.2

18 Sep 13:31

Choose a tag to compare

  • Update JFlex dependency to 1.9.2 (Changelog)
  • Default Grammar-Kit updated to 2022.3.2 (Changelog)

2022.3.1

23 Feb 14:45
4c7d5af

Choose a tag to compare

  • Breaking change: remove generateParser.source and generateLexer.source properties in favour of generateParser.sourceFile and generateLexer.sourceFile
  • Set minimal supported Gradle to 7.4
  • Default Grammar-Kit updated to 2022.3.1

2022.3

17 Nov 20:18
8dcb89a

Choose a tag to compare

  • Default Grammar-Kit updated to 2022.3
  • Make GenerateParserTask and GenerateLexerTask subclasses of JavaExec
  • Set minimum supported Gradle version from 6.7.1 to 7.0
  • Required Java version is 17

2021.2.2

29 Mar 20:41
7fde6b3

Choose a tag to compare

  • Remove redundant bomConfiguration
  • Add util_rt.jar into GrammarKit call classpath