Skip to content

Releases: JetBrains/gradle-grammar-kit-plugin

v2022.3.2.2

21 Feb 12:52
44c506a
Compare
Choose a tag to compare
  • Support for IntelliJ Platform 2024.1 — added opentelementry library.

v2022.3.2.1

22 Dec 15:17
Compare
Choose a tag to compare

Fixes plugin for recent IntelliJ master where required libraries where changed

v2022.3.2

18 Sep 13:31
Compare
Choose a tag to compare
  • Update JFlex dependency to 1.9.2 (Changelog)
  • Default Grammar-Kit updated to 2022.3.2 (Changelog)

v2022.3.1

23 Feb 14:45
4c7d5af
Compare
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

v2022.3

17 Nov 20:18
8dcb89a
Compare
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

v2021.2.2

29 Mar 20:41
7fde6b3
Compare
Choose a tag to compare
  • Remove redundant bomConfiguration
  • Add util_rt.jar into GrammarKit call classpath

v2021.2.1

30 Nov 13:50
36f7c2f
Compare
Choose a tag to compare
  • Fixed resolving requiredLibs for the parser classpath
  • Add app.jar to the classpath
  • Fix for an issue when compileClasspath or compileOnly configurations are missing in the project.

v2021.2

26 Nov 19:28
491d4c2
Compare
Choose a tag to compare
  • Default Grammar-Kit updated to 2021.1.2
  • Introducing Gradle configuration cache, lazy properties
  • Code refactoring, migration to Kotlin, tests
  • Breaking changes: GenerateLexer renamed to GenerateLexerTask, GenerateParser renamed to GenerateParserTask

2021.1.3

05 May 07:26
Compare
Choose a tag to compare

2021.1.2

13 Apr 13:56
Compare
Choose a tag to compare
  • Should work fine with gradle 6 & 7. Build with Gradle 6.8.3 & Groovy 2.5.12 to avoid potential problems of new default method in Groovy 3.0.7