We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b667a commit e5074b5Copy full SHA for e5074b5
1 file changed
.github/workflows/build.yml
@@ -13,11 +13,11 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Set up JDK 17
+ - name: Set up JDK 21
17
uses: actions/setup-java@v3
18
with:
19
distribution: 'temurin' # See 'Supported distributions' for available options
20
- java-version: '17'
+ java-version: '21'
21
cache: 'gradle'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
0 commit comments