Commit 01836787 by olly Committed by Andrew Lewis

Suppress obsolete API warning

We'll toggle the publish flag only when doing releases.

Issue: #5477
PiperOrigin-RevId: 233392733
parent 8401097e
Showing with 1 additions and 1 deletions
...@@ -36,7 +36,7 @@ allprojects { ...@@ -36,7 +36,7 @@ allprojects {
jcenter() jcenter()
} }
project.ext { project.ext {
exoplayerPublishEnabled = true exoplayerPublishEnabled = false
} }
if (it.hasProperty('externalBuildDir')) { if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) { if (!new File(externalBuildDir).isAbsolute()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment