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 ddcbacb commit 65b5951Copy full SHA for 65b5951
build.gradle.kts
@@ -65,6 +65,7 @@ node { nodeProjectDir = file("${project.projectDir}/js") }
65
tasks {
66
check { dependsOn(npmInstall) }
67
test { dependsOn(npmInstall) }
68
+ withType<Jar> { archiveBaseName = "revoman" }
69
}
70
71
kover { reports { total { html { onCheck = true } } } }
0 commit comments