correction Parser

This commit is contained in:
trochas
2025-02-13 14:20:38 +01:00
parent 094f978e06
commit c8ef104d69
4 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ dependencies {
java {
sourceCompatibility = "1.21"
targetCompatibility = "1.21"
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}
generateGrammarSource {