File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33![ Maven Central] ( https://img.shields.io/maven-central/v/io.appwrite/sdk-for-android.svg?color=green&style=flat-square )
44![ 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 )
66[ ![ Build Status] ( https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square )] ( https://travis-ci.com/appwrite/sdk-generator )
77[ ![ Twitter Account] ( https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square )] ( https://twitter.com/appwrite )
88[ ![ 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) {
88
99tasks. register(" javadoc" , Javadoc ) {
1010 source = android. sourceSets. getByName(" main" ). java. srcDirs
11- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
1211 setDestinationDir(file(" ../javadoc/" ))
1312 failOnError false
1413}
@@ -19,6 +18,10 @@ tasks.register("javadocJar", Jar) {
1918 from(javadoc)
2019}
2120
21+ afterEvaluate {
22+ tasks. javadoc. classpath + = files(project. android. getBootClasspath())
23+ }
24+
2225publishing {
2326 publications {
2427 release(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments