Skip to content

Commit

Permalink
Renamed signed TCK jar
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-johnson committed Dec 13, 2022
1 parent 21d1cd1 commit 7a77659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ tasks.named("hivemqExtensionJar") { finalizedBy("signExtension") }
val signExtension by tasks.registering {
doLast {
exec {
commandLine = listOf("curl", "-o", "build/hivemq-extension/sparkplug-tck-3.0.0.jar", "-F", "file=@build/hivemq-extension/sparkplug-tck-3.0.0.jar", "https://cbi.eclipse.org/jarsigner/sign")
commandLine = listOf("curl", "-o", "build/hivemq-extension/sparkplug-tck-3.0.0-signed.jar", "-F", "file=@build/hivemq-extension/sparkplug-tck-3.0.0.jar", "https://cbi.eclipse.org/jarsigner/sign")
}
}
}
Expand Down

0 comments on commit 7a77659

Please sign in to comment.