Skip to content

Commit

Permalink
Run build on java 8 (#2675)
Browse files Browse the repository at this point in the history
Workaround for #1723, because Ubuntu 20.04 VMs include Java 11 by default
  • Loading branch information
fwilhe authored and CCFenner committed Apr 16, 2021
1 parent df00aba commit 8d48eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# Workaround for https://github.com/SAP/jenkins-library/issues/1723, build only works with jdk8 currently
- uses: actions/setup-java@v1
with:
java-version: '8'
- name: Prepare Release
run: |
curl --insecure --silent --location --write-out '%{http_code}' --output ./piper_master https://github.com/SAP/jenkins-library/releases/latest/download/piper_master
Expand Down

0 comments on commit 8d48eac

Please sign in to comment.