Skip to content

Commit 81dd23c

Browse files
committed
+ re-aligned min maven version to 3.9.0
1 parent 56852d2 commit 81dd23c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-publish-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: '21'
25-
distribution: 'temurin'
24+
java-version: '8'
25+
distribution: 'corretto'
2626
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2727
settings-path: ${{ github.workspace }} # location for the settings.xml file
2828

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '21'
27+
java-version: '8'
2828
distribution: 'corretto'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)