Skip to content

Commit

Permalink
Bump java version (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Aug 14, 2020
1 parent 21e9eaa commit 8ced364
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarqube.yml
Expand Up @@ -19,6 +19,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '13' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.0
Expand Down

0 comments on commit 8ced364

Please sign in to comment.