Skip to content

Commit d053bdf

Browse files
authored
Update maven.yml
Updated JDK to use corretto
1 parent 5565b7d commit d053bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: '17'
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)