Skip to content

Commit 73f3d3e

Browse files
authored
Update ci
1 parent f6440a7 commit 73f3d3e

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
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up JDK 1.8
11+
- name: Set up JDK 8.0.312
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: '1.8'
14+
java-version: '8.0.312+7'
1515
distribution: 'adopt'
1616
- name: NBM
1717
run: mvn clean install

0 commit comments

Comments
 (0)