Set up Maven Central publishing
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user