We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b17ef0 commit 58d2a3fCopy full SHA for 58d2a3f
.gitignore
@@ -1,5 +1,6 @@
1
.idea/
2
*.iml
3
+.java-version
4
.gradle/
5
build/
6
gradle.properties
build.gradle
@@ -39,7 +39,7 @@ allprojects {
39
apply plugin: 'org.jetbrains.dokka'
40
41
jacoco {
42
- toolVersion = '0.8.1'
+ toolVersion = '0.8.2'
43
}
44
45
cobertura.coverageFormats = ['html', 'xml']
0 commit comments