File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Maven Central] ( https://img.shields.io/maven-central/v/io.appwrite/sdk-for-android.svg?color=green&style=flat-square )
4
4
![ License] ( https://img.shields.io/github/license/appwrite/sdk-for-android.svg?style=flat-square )
5
- ![ Version] ( https://img.shields.io/badge/api%20version-1.5.0 -blue.svg?style=flat-square )
5
+ ![ Version] ( https://img.shields.io/badge/api%20version-1.5.1 -blue.svg?style=flat-square )
6
6
[ ![ Build Status] ( https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square )] ( https://travis-ci.com/appwrite/sdk-generator )
7
7
[ ![ Twitter Account] ( https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square )] ( https://twitter.com/appwrite )
8
8
[ ![ Discord] ( https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square )] ( https://appwrite.io/discord )
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ tasks.register("sourcesJar", Jar) {
8
8
9
9
tasks. register(" javadoc" , Javadoc ) {
10
10
source = android. sourceSets. getByName(" main" ). java. srcDirs
11
- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
12
11
setDestinationDir(file(" ../javadoc/" ))
13
12
failOnError false
14
13
}
@@ -19,6 +18,10 @@ tasks.register("javadocJar", Jar) {
19
18
from(javadoc)
20
19
}
21
20
21
+ afterEvaluate {
22
+ tasks. javadoc. classpath + = files(project. android. getBootClasspath())
23
+ }
24
+
22
25
publishing {
23
26
publications {
24
27
release(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments