We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56852d2 commit 81dd23cCopy full SHA for 81dd23c
2 files changed
.github/workflows/maven-publish-github.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Set up JDK
22
uses: actions/setup-java@v4
23
with:
24
- java-version: '21'
25
- distribution: 'temurin'
+ java-version: '8'
+ distribution: 'corretto'
26
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
27
settings-path: ${{ github.workspace }} # location for the settings.xml file
28
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
distribution: 'corretto'
29
cache: maven
30
- name: Build with Maven
0 commit comments