Skip to content

Commit

Permalink
infra(BE-121"): kover support
Browse files Browse the repository at this point in the history
 - fix build issue
  • Loading branch information
hanrw committed Nov 22, 2023
1 parent 1db63f0 commit 9d0b78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Build with Gradle
Expand Down

0 comments on commit 9d0b78a

Please sign in to comment.