Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into miken/AffectedTasksPlugin
  • Loading branch information
digitalbuddha authored Nov 12, 2020
commit d45d54ff8ffaf81d04b40776e84db0f55ab78442
6 changes: 6 additions & 0 deletions affectedmoduledetector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ pluginBundle {
}
}


signing {
if (!version.endsWith('SNAPSHOT')) {
sign publishing.publications.maven
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.