gradle: 8.4 and parser: lazy tokenization

This commit is contained in:
2023-10-13 08:56:04 -07:00
parent 5078f38f61
commit e96bcd8754
8 changed files with 59 additions and 11 deletions

View File

@ -3,5 +3,5 @@ plugins {
}
tasks.withType<Wrapper> {
gradleVersion = "8.3"
gradleVersion = "8.4"
}