Skip to content

Commit

Permalink
update jacoco ver
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Nov 5, 2024
1 parent 9a127de commit a00b356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.11
- name: set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'oracle'
Expand Down
2 changes: 1 addition & 1 deletion libaums/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.mxalbert.gradle.jacoco-android'

jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.11"
}

ext {
Expand Down

0 comments on commit a00b356

Please sign in to comment.