We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee2324 commit 230c7d0Copy full SHA for 230c7d0
gradle/netflix-oss.gradle
@@ -1 +1,6 @@
1
apply from: 'http://artifacts.netflix.com/gradle-netflix-local/artifactory.gradle'
2
+
3
+gradle.projectsLoaded {
4
+ project(':language-adaptors:rxjava-kotlin').artifactoryPublish.enabled = false
5
+ project(':language-adaptors:rxjava-kotlin').build.enabled = false
6
+}
0 commit comments