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 74b27eb commit aa2238aCopy full SHA for aa2238a
.github/workflows/ssm-integ.yml
@@ -28,10 +28,10 @@ jobs:
28
run: git config --system core.longpaths true
29
if: ${{ matrix.os == 'windows-latest' }}
30
- uses: actions/checkout@v2
31
- - name: Set up JDK 17
32
- uses: actions/setup-java@v1
+ - uses: actions/setup-java@v4
33
with:
34
- java-version: 17
+ distribution: 'corretto'
+ java-version: '21'
35
- name: Grant execute permission for gradlew
36
run: chmod +x gradlew
37
- name: Build with Gradle
0 commit comments