Skip to content

Commit

Permalink
Fix bobbylight#18: Issues with './gradlew install'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Mar 28, 2015
1 parent fd3d286 commit 8cc2082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
['java', 'distribution', 'maven', 'signing'].each { apply plugin: it }

group = 'com.fifesoft'
archivesBaseName = 'autocomplete'

dependencies {
Expand Down Expand Up @@ -95,6 +96,8 @@ artifacts {
archives jar, javadocJar, sourceJar
}
signing {
// Don't require signing for e.g. ./gradlew install
required { gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}
repositories {
Expand Down

0 comments on commit 8cc2082

Please sign in to comment.