vlsi commented on issue #104: WIP: CALCITE-3158: Avatica: migrate build system to Gradle URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-550984513 @F21 , I've updated the plugin versions, so it reports the missing properties now: ``` gradle prepareVote -PasfTestGitSourceUsername=test -PasfTestGitSourcePassword=test -PallowUncommittedChanges -Prc=0 -PuseGpgCmd ... * What went wrong: Please correct the following before proceeding with the release: 1) Property asfTestSvnUsername is not specified 2) Property asfTestSvnPassword is not specified 3) Property asfTestNexusUsername is not specified 4) Property asfTestNexusPassword is not specified 5) Please specify signing key id via signing.gnupg.keyName (see https://github.com/gradle/gradle/issues/8657) ``` PS I see you are using `gradle:latest` container, thus it might silently upgrade to next Gradle version which is probably unwanted. You probably want to use the same Gradle version that is specified in the wrapper configuration. For instance: `gradle:5.6.2-jre8`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
