Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fix new Maven publish to build & install for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 5, 2018
1 parent cc3ce98 commit 94125bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/maven.gradle
Expand Up @@ -156,6 +156,9 @@ afterEvaluate {
signing {
sign publishing.publications.mavenJava
}
installForTesting {
publication = publishing.publications.mavenJava
}

rootProject.ciPublish.dependsOn publish
}

0 comments on commit 94125bd

Please sign in to comment.