We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15af6e commit cfedde0Copy full SHA for cfedde0
1 file changed
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up JDK ${{ matrix.java }}
22
uses: actions/setup-java@v4
23
with:
24
- distribution: 'temurin'
+ distribution: 'corretto'
25
java-version: ${{ matrix.java }}
26
cache: 'maven'
27
- name: Build with Maven
0 commit comments