Skip to content

Commit 6a5dbec

Browse files
committed
Spotless change to build.gradle.kts
1 parent 63fab6e commit 6a5dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ tasks.register<Copy>("prepareConfluentArchive") {
382382
description = "Prepares the Confluent Archive ready for the hub"
383383
dependsOn("shadowJar")
384384

385-
val baseDir = "$archiveFilename-${project.version.toString()}"
385+
val baseDir = "$archiveFilename-${project.version}"
386386
from("config/archive/manifest.json") {
387387
expand(project.properties)
388388
destinationDir = file("$buildDir/confluentArchive/$baseDir")

0 commit comments

Comments
 (0)