We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdea0d1 commit 448b808Copy full SHA for 448b808
build.gradle.kts
@@ -59,6 +59,7 @@ dependencies {
59
}
60
61
tasks.test {
62
+ dependsOn(tasks.generateGitProperties)
63
useJUnitPlatform()
64
65
0 commit comments