Skip to content

Commit

Permalink
Revert "chore(java11): compile with Java 11 (but using -source 8 -tar…
Browse files Browse the repository at this point in the history
…get 8) (spinnaker#1108)" (spinnaker#1109)

This reverts commit e8eb098.
  • Loading branch information
plumpy authored Mar 24, 2020
1 parent e8eb098 commit c70c038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
- name: Build
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
- uses: actions/cache@v1
with:
path: ~/.gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: git fetch --prune --unshallow
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
- name: Assemble release info
id: release_info
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:8
MAINTAINER [email protected]
ENV GRADLE_USER_HOME /workspace/.gradle
ENV GRADLE_OPTS -Xmx2048m
Expand Down

0 comments on commit c70c038

Please sign in to comment.