Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
coolderli committed Oct 15, 2024
1 parent c76a9e5 commit 4a0334f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flink-connector/flink-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ publishing {
}
}

tasks.register<Copy>("copy") {
from(configurations.runtimeClasspath)
into("build/libs-runtime")
}

tasks.jar {
dependsOn(tasks.named("shadowJar"))
archiveClassifier.set("empty")
Expand Down

0 comments on commit 4a0334f

Please sign in to comment.