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 d9fa264 commit 173bcd0Copy full SHA for 173bcd0
.github/workflows/build-and-publish-main.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Checkout Repository
24
uses: actions/checkout@v4
25
26
- - name: Set up JDK 11
+ - name: Set up JDK 17
27
uses: actions/setup-java@v4
28
with:
29
- java-version: 11
+ java-version: 17
30
distribution: 'temurin'
31
32
- name: Detect modified subprojects
.github/workflows/update-gradle-wrapper.yml
@@ -14,10 +14,10 @@ jobs:
14
15
fetch-depth: 0
16
17
- - name: Install Java
18
19
20
21
22
- name: Update Gradle Wrapper
0 commit comments