Skip to content

Commit 452276d

Browse files
author
Brian Kelly
committed
Update GitHub Action
1 parent 0c1ec52 commit 452276d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Set up JDK 1.8
10+
- name: Set up JDK 1.14
1111
uses: actions/setup-java@v1
1212
with:
13-
java-version: 1.8
13+
java-version: 1.14
1414
- name: Build with Maven
1515
run: ./mvnw -B package

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
oracle64-1.8.0.251
1+
openjdk-14.0.2

0 commit comments

Comments
 (0)