Skip to content

Commit 4c5e314

Browse files
authored
Merge pull request #171 from nanotaboada/feature/actions-setup-java-sdk-distribution
fix(ci): migrate workflow from adopt to temurin
2 parents ec0823f + 4eb060d commit 4c5e314

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v4
2424
with:
2525
java-version: ${{ env.JAVA_VERSION }}
26-
distribution: 'adopt'
26+
distribution: 'temurin'
2727
cache: 'maven'
2828

2929
- name: Compile and verify with Maven

0 commit comments

Comments
 (0)