From 4988d8be6b47eb65b3d2c3628dba50c37c991ce6 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Thu, 19 Jan 2017 12:48:55 -0800 Subject: [PATCH] thrift: disable export of artifact Addresses: #2099 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 13f27c94aa..2b012c2b49 100644 --- a/build.gradle +++ b/build.gradle @@ -259,6 +259,7 @@ subprojects { repository(url: stagingUrl, configureAuth) snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth) } + uploadArchives.onlyIf { !name.contains("thrift") } [ install.repositories.mavenInstaller,