Skip to content

Commit

Permalink
fix(processor): signing task should depend on jar
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashsaitwal committed Oct 8, 2023
1 parent 5750601 commit 25f3a0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processor/annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ publishing {
}
}

signMavenJavaPublication {
dependsOn(jar)
}
4 changes: 4 additions & 0 deletions processor/processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ publishing {
}
}
}

signMavenJavaPublication {
dependsOn(jar)
}

0 comments on commit 25f3a0f

Please sign in to comment.