Skip to content

Commit 123af07

Browse files
Change java distribution to corretto
1 parent 5814026 commit 123af07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
java-version: '21'
28-
distribution: 'temurin'
28+
distribution: 'corretto'
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)