Skip to content

Commit a44565e

Browse files
authored
Update maven-publish.yml
1 parent f2a9ad4 commit a44565e

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
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 1.8
17+
- name: Set up JDK 11
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 1.8
20+
java-version: 1.11
2121
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2222
settings-path: ${{ github.workspace }} # location for the settings.xml file
2323

0 commit comments

Comments
 (0)