Skip to content

Commit bec2276

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: '8'
24+
java-version: '21'
2525
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up JDK
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: '8'
16+
java-version: '21'
1717
distribution: 'corretto'
1818
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
1919
server-username: MAVEN_USERNAME

.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: '8'
27+
java-version: '21'
2828
distribution: 'corretto'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)