mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-04-07 19:17:49 +00:00
Fix publish
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
[](https://travis-ci.com/appwrite/sdk-generator)
|
||||
[](https://twitter.com/appwrite)
|
||||
[](https://appwrite.io/discord)
|
||||
|
||||
@@ -8,7 +8,6 @@ tasks.register("sourcesJar", Jar) {
|
||||
|
||||
tasks.register("javadoc", Javadoc) {
|
||||
source = android.sourceSets.getByName("main").java.srcDirs
|
||||
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
||||
setDestinationDir(file("../javadoc/"))
|
||||
failOnError false
|
||||
}
|
||||
@@ -19,6 +18,10 @@ tasks.register("javadocJar", Jar) {
|
||||
from(javadoc)
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
tasks.javadoc.classpath += files(project.android.getBootClasspath())
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
release(MavenPublication) {
|
||||
|
||||
Reference in New Issue
Block a user