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 5e18499 commit fe9034fCopy full SHA for fe9034f
.github/workflows/build_and_publish.yml
@@ -9,10 +9,10 @@
9
fetch-depth: '0'
10
- name: Validate Gradle Wrapper
11
uses: gradle/actions/wrapper-validation@v4
12
- - name: Set up JDK 17
+ - name: Set up JDK 21
13
uses: actions/setup-java@v4
14
with:
15
- java-version: 17
+ java-version: 21
16
distribution: temurin
17
18
- name: Build
.github/workflows/pull_request.yml
@@ -7,10 +7,10 @@
7
- uses: actions/checkout@v4
8
0 commit comments