You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2015/06/24 18:38:04 UTC

[jira] [Commented] (KAFKA-2199) Make signing artifacts optional, setting maven repository possible from command line

    [ https://issues.apache.org/jira/browse/KAFKA-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599700#comment-14599700 ] 

Manikumar Reddy commented on KAFKA-2199:
----------------------------------------

 ./gradlew build is failing with below error.  isVerificationRequired() gradle task is removed in this patch.

{code}
FAILURE: Build failed with an exception.

* Where:
Build file '/safe/KAFKA/kafkaTrunk/build.gradle' line: 55

* What went wrong:
Could not evaluate onlyIf predicate for task ':clients:licenseTest'.
> Could not find method isVerificationRequired() for arguments [project ':clients'] on root project 'kafkaTrunk'.
{code}

> Make signing artifacts optional, setting maven repository possible from command line
> ------------------------------------------------------------------------------------
>
>                 Key: KAFKA-2199
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2199
>             Project: Kafka
>          Issue Type: Bug
>          Components: build
>            Reporter: Ewen Cheslack-Postava
>            Assignee: Ewen Cheslack-Postava
>            Priority: Minor
>         Attachments: KAFKA-2199.patch, KAFKA-2199_2015-05-29_11:00:44.patch
>
>
> Currently it's annoying to work with snapshot builds if you want to install them rather than just build & test. There are a couple of problems. First, if you try to install (any of the upload* tasks), then you are required to sign the artifacts with a GPG key. Second, the way the variables are defined in gradle.properties seems to make it impossible to override them from the command line. You're required to edit your ~/.gradle/gradle.properties file (which is shared by all gradle projects).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)