Skip to content

Commit ed46621

Browse files
committed
Remove issue template
1 parent 10758de commit ed46621

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
java:
2020
- version: '11'
2121
gradle:
22-
- version: 'current' # Current stable
22+
- version: '7.6.4' # Latest stable 7
23+
command: 'gradle'
24+
- version: '8.8' # Latest stable 8
25+
command: 'gradle'
26+
- version: 'current' # Latest stable
2327
command: 'gradle'
2428
- version: 'wrapper'
2529
command: './gradlew' # Workaround for issue https://github.com/gradle/actions/issues/273

0 commit comments

Comments
 (0)