We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec0823f + 4eb060d commit 4c5e314Copy full SHA for 4c5e314
1 file changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-java@v4
24
with:
25
java-version: ${{ env.JAVA_VERSION }}
26
- distribution: 'adopt'
+ distribution: 'temurin'
27
cache: 'maven'
28
29
- name: Compile and verify with Maven
0 commit comments