android-template icon indicating copy to clipboard operation
android-template copied to clipboard

Sample library doesn't reference mvn script

Open AttwellBrian opened this issue 8 years ago • 1 comments

Bottom of sample libraries should have

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

Without this, calling uploadArchives won't have an effect.

AttwellBrian avatar Nov 04 '17 16:11 AttwellBrian

Once you fix this you'll also need to tweak the javadoc task. Otherwise you'll notice that the javadoc task throws a ton of errors.

For example: NullAway has javadoc { abortOnError false } in it. But there is probably a better solution.

AttwellBrian avatar Nov 04 '17 16:11 AttwellBrian