Skip to content

Commit

Permalink
Using Java 1.11 for build to resolve issue with Sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Feb 6, 2021
1 parent 1bb6c85 commit 7f603b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- uses: actions/checkout@v1
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Build with Gradle
run: |
./gradlew clean
Expand Down

0 comments on commit 7f603b2

Please sign in to comment.