Skip to content

Commit 1ea2d9b

Browse files
chore: change distribution to corretto (#13)
Co-authored-by: nega-xavier <[email protected]>
1 parent 8afc8b6 commit 1ea2d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-java@v4
1616
with:
1717
java-version: '21'
18-
distribution: 'temurin'
18+
distribution: 'corretto'
1919
cache: maven
2020
- name: Build all modules
2121
run: mvn -B package

0 commit comments

Comments
 (0)