Skip to content

Commit

Permalink
make gradle aware of artifacts so it signs them
Browse files Browse the repository at this point in the history
  • Loading branch information
rokob committed Oct 13, 2017
1 parent 4722c62 commit 53827e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ subprojects {
groupId GROUP
version VERSION_NAME

artifact sourcesJar
artifact javadocJar
artifacts {
archives sourcesJar
archives javadocJar
}
from components.java

pom.withXml {
Expand Down

0 comments on commit 53827e5

Please sign in to comment.