Set up Maven Central publishing

This commit is contained in:
Pascal Hartig
2021-05-21 16:31:04 +01:00
parent f242137c5d
commit 3504df883e
5 changed files with 17 additions and 1 deletions

View File

@@ -26,3 +26,11 @@ android {
dependencies {
api project(':yoga')
}
// We don't build Javadoc at this time as we can't disable "BUCK" files
// from mistakenly getting parsed as Java.
tasks.withType(Javadoc).all {
enabled = false
}
apply plugin: 'com.vanniktech.maven.publish'