Skip to content

Commit

Permalink
Update Grammar-Kit and JFlex
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Apr 13, 2024
1 parent 27d2110 commit 9e75288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

### Changed

- Update Grammar-Kit: 2021.1.2 -> 2022.3.2
- Update JetBrains' fork of JFlex: 1.7.0-1 -> 1.9.2

### Deprecated

### Removed
Expand Down
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ changelog {
}

grammarKit {
// version of IntelliJ patched JFlex (see bintray link below), Default is 1.7.0-1
jflexRelease = "1.7.0-1"
// version of IntelliJ patched JFlex
// -> https://github.com/JetBrains/intellij-deps-jflex
jflexRelease = "1.9.2"

// tag or short commit hash of Grammar-Kit to use (see link below). Default is 2020.1
grammarKitRelease = "2021.1.2"
// tag or short commit hash of Grammar-Kit to use
// -> https://github.com/JetBrains/Grammar-Kit
grammarKitRelease = "2022.3.2"
}

val lexerSource = layout.buildDirectory.dir("generated/sources/lexer/java/main")
Expand Down

0 comments on commit 9e75288

Please sign in to comment.