Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2775a67

Browse files
Update maven-publish.yml
Use Java 11
1 parent 78bfb11 commit 2775a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up JDK 8
20+
- name: Set up JDK 11
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '8'
23+
java-version: '11'
2424
distribution: 'temurin'
2525
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)