We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a483875 commit be435d1Copy full SHA for be435d1
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
allprojects {
9
group = "com.mattbertolini"
10
- version = "0.7.0-SNAPSHOT"
+ version = "1.0.0-SNAPSHOT"
11
}
12
13
val rootJacocoDir = "reports/jacoco/testCodeCoverageReport"
0 commit comments