[
https://issues.apache.org/jira/browse/GEODE-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708215#comment-16708215
]
Anthony Baker commented on GEODE-6124:
--------------------------------------
Probably needs something like this in {{geode-assembly/build.gradle}}:
{noformat}
+signing {
+ afterEvaluate {
+ sign distTar
+ sign srcDistTar
+ }
+}
+
{noformat}
> Generating a build for publication should also sign source release
> ------------------------------------------------------------------
>
> Key: GEODE-6124
> URL: https://issues.apache.org/jira/browse/GEODE-6124
> Project: Geode
> Issue Type: Task
> Components: build
> Reporter: Alexander Murmann
> Priority: Major
>
> As a release manager
> When I run `{{.}}{{/gradlew}} {{clean build publish -Paskpass`}}
> {{{{Then `}}{{geode-assembly/build/distributions/}}{{` should contain a .asc
> signature file for the source distribution just like it already does for the
> binaries.}}{{}}}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)