Skip to content

Commit

Permalink
Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Nov 17, 2022
1 parent b1e1758 commit 8dcb89a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
fail-fast: false
matrix:
gradleVersion:
- 6.8
- 6.9.3
- 7.3
- 7.5.1
- 7.6-rc-2
- 7.6-rc-3
os:
- windows-latest
- ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## [Unreleased]
- Default Grammar-Kit updated to 2022.3
- Make `GenerateParserTask` and `GenerateLexerTask` subclasses of `JavaExec`
- Set minimum supported Gradle version from `6.7.1` to `6.8`
- Set minimum supported Gradle version from `6.7.1` to `7.0`
- Required Java version is `17`

## [2021.2.2]
- Remove redundant `bomConfiguration`
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://cache-redirector.jetbrains.com/services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\://cache-redirector.jetbrains.com/services.gradle.org/distributions/gradle-7.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ object GrammarKitConstants {
const val GENERATE_PARSER_TASK_NAME = "generateParser"
const val GRAMMAR_KIT_DEFAULT_VERSION = "2022.3"
const val JFLEX_DEFAULT_VERSION = "1.7.0-1"
const val MINIMAL_SUPPORTED_GRADLE_VERSION = "6.8"
const val MINIMAL_SUPPORTED_GRADLE_VERSION = "7.3"
const val GRAMMAR_KIT_CLASS_PATH_CONFIGURATION_NAME = "grammarKitClassPath"
}

0 comments on commit 8dcb89a

Please sign in to comment.