We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10758de commit ed46621Copy full SHA for ed46621
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/build.yaml
@@ -19,7 +19,11 @@ jobs:
19
java:
20
- version: '11'
21
gradle:
22
- - version: 'current' # Current stable
+ - version: '7.6.4' # Latest stable 7
23
+ command: 'gradle'
24
+ - version: '8.8' # Latest stable 8
25
26
+ - version: 'current' # Latest stable
27
command: 'gradle'
28
- version: 'wrapper'
29
command: './gradlew' # Workaround for issue https://github.com/gradle/actions/issues/273
0 commit comments