We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f122 commit a81fbbcCopy full SHA for a81fbbc
2 files changed
.github/workflows/create_release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup JDK
20
uses: actions/setup-java@v3.13.0
21
with:
22
- java-version: '11'
+ java-version: '17'
23
distribution: 'temurin'
24
cache: gradle
25
.github/workflows/debug_build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- java-version: '8'
- name: Create local gradle properties files
0 commit comments