Skip to content

Commit a64fdd0

Browse files
authored
Declares explicit dependency for signMavenPublication (#238)
Adds missing dependency declaration for task `signMavenPublication` for shared-resourcemapping module. #### Testing - Verified `./gradlew clean build` - Verified `./gradlew snapshot` - is now passing ✅
1 parent cd65398 commit a64fdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/resourcemapping/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ publishing {
5959

6060
// This is to fix the explicit dependency error which comes when publishing via the `candidate` task
6161
publishMavenPublicationToMavenRepository.dependsOn jar
62+
signMavenPublication.dependsOn jar

0 commit comments

Comments
 (0)