ACTUALLY disable dokka builds (#5005)
Summary: This should hopefully unblock our Android builds for real this time. I didn't realise that the AGP itself seems to ship with a version of Dokka, so just removing the import didn't actually address the problem we were seeing. Pull Request resolved: https://github.com/facebook/flipper/pull/5005 Test Plan: ``` ./gradlew publishToMavenLocal -PRELEASE_SIGNING_ENABLED=false ``` This now succeeds. Reviewed By: jknoxville Differential Revision: D48312784 Pulled By: passy fbshipit-source-id: f049e089a511726857f544386fe13dcb50fb2971
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bdbf5794ee
commit
29f072fc75
@@ -31,11 +31,5 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
||||
import com.vanniktech.maven.publish.SonatypeHost
|
||||
mavenPublishing {
|
||||
// Disable javadoc publishing
|
||||
publishToMavenCentral(SonatypeHost.DEFAULT, false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user