Disable publishEnabled

Issue: #6016
This commit is contained in:
Oliver Woodman 2019-06-21 19:58:27 +01:00
parent 4703ce1b26
commit b9c8861b3e

View File

@ -36,7 +36,7 @@ allprojects {
jcenter()
}
project.ext {
exoplayerPublishEnabled = true
exoplayerPublishEnabled = false
}
if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) {