Skip to content

Commit ae9c8a2

Browse files
committed
Push to GCR build broken
- update to Java 11 For #182
1 parent 4365206 commit ae9c8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-jsp-on-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up JDK 1.8
11+
- name: Set up JDK 11
1212
uses: actions/setup-java@v1
1313
with:
14-
java-version: 1.8
14+
java-version: 11
1515
- name: Cache local Maven repository
1616
uses: actions/cache@v2
1717
with:

0 commit comments

Comments
 (0)