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 b8d9bad commit 9c97836Copy full SHA for 9c97836
2 files changed
.github/workflows/check-spotless.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v5
31
32
- name: Set up JDK 17
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
with:
35
java-version: '17'
36
distribution: 'corretto'
.github/workflows/sync-package.yml
@@ -35,10 +35,10 @@ jobs:
- name: Git clone the repository
37
38
39
40
41
- distribution: 'temurin'
+ distribution: 'corretto'
42
cache: maven
43
- name: Get version
44
id: get_version
0 commit comments