Skip to content

Commit

Permalink
Merge pull request #1472 from onflow/cicd-jvm-protobuf
Browse files Browse the repository at this point in the history
Update task dependency in build.gradle
  • Loading branch information
lealobanov authored Jun 13, 2024
2 parents 1fc9164 + 30cad70 commit 688f81a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ tasks.whenTaskAdded {
dependsOn(this@whenTaskAdded)
}
}
if (name == "generateMetadataFileForMavenPublication") {
tasks.named("generateMetadataFileForMavenPublication") {
dependsOn(tasks.findByName("kotlinSourcesJar"))
}
}
}

tasks {
Expand Down

0 comments on commit 688f81a

Please sign in to comment.