diff --git a/api/github/github-api.gradle b/api/github/github-api.gradle index 198ebec..cf9aeb5 100644 --- a/api/github/github-api.gradle +++ b/api/github/github-api.gradle @@ -14,3 +14,18 @@ dependencies { testImplementation "org.mockito:mockito-core" testImplementation "com.squareup.okhttp3:mockwebserver" } + +/* + * The following tasks disabled since these dependencies + * are shaded via the Shadow plugin. + */ + +tasks.withType(PublishToMavenRepository).configureEach { + enabled = false +} + +tasks.withType(PublishToMavenLocal).configureEach { + enabled = false +} + +artifactoryPublish.enabled = false diff --git a/api/sagan/sagan-api.gradle b/api/sagan/sagan-api.gradle index 198ebec..cf9aeb5 100644 --- a/api/sagan/sagan-api.gradle +++ b/api/sagan/sagan-api.gradle @@ -14,3 +14,18 @@ dependencies { testImplementation "org.mockito:mockito-core" testImplementation "com.squareup.okhttp3:mockwebserver" } + +/* + * The following tasks disabled since these dependencies + * are shaded via the Shadow plugin. + */ + +tasks.withType(PublishToMavenRepository).configureEach { + enabled = false +} + +tasks.withType(PublishToMavenLocal).configureEach { + enabled = false +} + +artifactoryPublish.enabled = false