Skip to content

Commit

Permalink
ALFREDAPI-346: Sign amp depends on build amp
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Sep 19, 2019
1 parent ff7c461 commit 70cdfd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apix-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ public class Version {
}
}

afterEvaluate {
signAmpPublication.dependsOn ampde
}

task installBundle(type: InstallBundle) {
dependsOn jar
doFirst {
Expand Down

0 comments on commit 70cdfd6

Please sign in to comment.