Skip to content

Commit

Permalink
Declare signMavenJavaPublication dependency on copyPom (#29298)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Nov 3, 2023
1 parent e008971 commit 5b5289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tasks.whenTaskAdded { task ->
expand(version: project.version, modules: bomModuleNames)
}
}
} else if (task.name.startsWith('publishMavenJavaPublication')) {
} else if (task.name.startsWith('publishMavenJavaPublication') || task.name.startsWith('signMavenJavaPublication')) {
task.dependsOn copyPom
}
}
Expand Down

0 comments on commit 5b5289c

Please sign in to comment.