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,