We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f2a7d commit b092ac0Copy full SHA for b092ac0
2 files changed
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-java@v5
32
with:
33
java-version: 8
34
- distribution: temurin
+ distribution: corretto
35
# TODO: likely will need caching for JS deps as well
36
- name: Cache Maven packages
37
uses: actions/cache@v3
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments