Skip to content

Commit

Permalink
Disable publishing 'android-test-fixes' plugin to Gradle portal.
Browse files Browse the repository at this point in the history
^KT-45745 In Progress
  • Loading branch information
Tapchicoma authored and Space committed Dec 7, 2021
1 parent 1dcbd28 commit a043f77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libraries/tools/gradle/android-test-fixes/build.gradle.kts
Expand Up @@ -49,4 +49,8 @@ tasks.withType<PublishToMavenRepository>()
if (name.endsWith("PublicationTo${KotlinBuildPublishingPlugin.REPOSITORY_NAME}Repository")) {
enabled = false
}
}
}

tasks.named("publishPlugins") {
enabled = false
}

0 comments on commit a043f77

Please sign in to comment.