Skip to content

Commit

Permalink
archive signing still required
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Feb 23, 2019
1 parent 867ef33 commit 9e52e2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
}

apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'signing'
apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'groovy'

group = 'com.github.maiflai'
Expand Down Expand Up @@ -49,11 +49,14 @@ task sourcesJar(type: Jar) {
test.dependsOn(jar)

artifacts {
archives jar
archives groovydocJar
archives sourcesJar
}

signing {
sign configurations.archives
}

if (project.version == 'unspecified') {
version = '0.1-SNAPSHOT'
project.signArchives.enabled = false
Expand Down

0 comments on commit 9e52e2f

Please sign in to comment.