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 63fab6e commit 6a5dbecCopy full SHA for 6a5dbec
build.gradle.kts
@@ -382,7 +382,7 @@ tasks.register<Copy>("prepareConfluentArchive") {
382
description = "Prepares the Confluent Archive ready for the hub"
383
dependsOn("shadowJar")
384
385
- val baseDir = "$archiveFilename-${project.version.toString()}"
+ val baseDir = "$archiveFilename-${project.version}"
386
from("config/archive/manifest.json") {
387
expand(project.properties)
388
destinationDir = file("$buildDir/confluentArchive/$baseDir")
0 commit comments