Skip to content

Commit

Permalink
feat: use JDK 11 in detekt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 20, 2022
1 parent 115a68a commit 7787aef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2.4.0

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'

- name: Run detekt
uses: gradle/gradle-build-action@v2.1.0
with:
Expand Down

0 comments on commit 7787aef

Please sign in to comment.