We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db1fd9 commit 55f05c6Copy full SHA for 55f05c6
.github/workflows/maven.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up JDK 17
42
uses: actions/setup-java@v4
43
with:
44
- distribution: adopt
+ distribution: temurin
45
java-version: 17
46
cache: 'maven'
47
- name: Show the first log message
@@ -72,7 +72,7 @@ jobs:
72
- name: Set up JDK ${{ matrix.profile.javaver }}
73
74
75
76
java-version: ${{ matrix.profile.javaver }}
77
78
- name: Override DNS to fix IP address for hostname
0 commit comments