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 b15430b commit 40148bdCopy full SHA for 40148bd
.github/workflows/ci-release.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Setup java
15
uses: actions/setup-java@v3
16
with:
17
+ distribution: temurin
18
java-version: 11
19
20
- name: Setup Gradle
.github/workflows/ci-snapshot.yml
@@ -13,6 +13,7 @@ jobs:
13
.github/workflows/ci-test.yml
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
java-version: ${{ matrix.java }}
- name: Pre-Pull localstack image
0 commit comments