dweiss commented on pull request #372: URL: https://github.com/apache/lucene/pull/372#issuecomment-942106263
> Is there a default ENV.VAR I could have used in place of this? You can set project properties (-P) with environment variables, this is an unrelated Gradle feature, see here: https://docs.gradle.org/current/userguide/build_environment.html#sec:project_properties > Do we always have to provide that, or will the build try to resolve common locations? I don't change the defaults of what the gradle signing plugin provides... So I think you have to provide it externally. https://docs.gradle.org/current/userguide/signing_plugin.html#sec:signatory_credentials "These items must be supplied as the values of the signing.keyId, signing.secretKeyRingFile, and signing.password properties, respectively." I think you could provide the default in the python script. Maybe it can be done at project configuration level too but I don't see it exposed as a property of the sign task and I wouldn't want to mess with the internals. https://docs.gradle.org/current/dsl/org.gradle.plugins.signing.Sign.html -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
