Skip to content

Commit

Permalink
Updating build to jdk 16
Browse files Browse the repository at this point in the history
Former-commit-id: 2fe645e
  • Loading branch information
Nicklas2751 authored May 17, 2021
1 parent c203d4a commit bb84e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 16
- name: Cache local Maven repository
uses: actions/cache@v2
with:
Expand All @@ -25,4 +25,4 @@ jobs:
run: ./mvnw -B org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.projectKey=mediathekview_MediathekView -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit bb84e3a

Please sign in to comment.