This is an automated email from the ASF dual-hosted git repository. sbawaskar pushed a commit to branch release/1.3.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 9e076738fc2ae40f95bd179b5c1624e664a28d61 Author: Swapnil Bawaskar <[email protected]> AuthorDate: Fri Oct 13 10:31:31 2017 -0700 Fixing gradle script to: - have the correct name for signing the distribution - disable uploading iof the geode-modules. --- extensions/geode-modules-assembly/build.gradle | 1 + geode-assembly/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/geode-modules-assembly/build.gradle b/extensions/geode-modules-assembly/build.gradle index 768c59e..59398ce 100644 --- a/extensions/geode-modules-assembly/build.gradle +++ b/extensions/geode-modules-assembly/build.gradle @@ -34,6 +34,7 @@ extraArchive { tests = false } +disableMavenPublishing() disableSigning() def getJarArtifact(module) { diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle index 84f88c1..1fd8242 100755 --- a/geode-assembly/build.gradle +++ b/geode-assembly/build.gradle @@ -35,7 +35,7 @@ configurations.all { gradle.taskGraph.whenReady( { graph -> tasks.withType(Tar).each { tar -> tar.compression = Compression.GZIP - tar.extension = 'tar.gz' + tar.extension = 'tgz' } tasks.srcDistZip { classifier 'src' -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
