gradle-android-javadocs
Helps setup the tasks needed to generate javadocs and sources for an Android library. Derived from the example provided by the great guys at Jitpack
Usage
Add this line to your outermost build.gradle
dependencies {
//this line will probably have the 'com.android.tools.build:gradle' dependency
//..
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
Add this line to the end of your library's build.gradle
to get it producing Javadocs and Sources!
dependencies {
//Your dependencies (if you have any)
}
apply from: 'https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.1.0/gradle-android-javadocs.gradle'
License
Copyright 2017 Commit 451 Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.