Skip to content

Commit 65b5951

Browse files
committed
Change jar name after building
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent ddcbacb commit 65b5951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ node { nodeProjectDir = file("${project.projectDir}/js") }
6565
tasks {
6666
check { dependsOn(npmInstall) }
6767
test { dependsOn(npmInstall) }
68+
withType<Jar> { archiveBaseName = "revoman" }
6869
}
6970

7071
kover { reports { total { html { onCheck = true } } } }

0 commit comments

Comments
 (0)