wupdigital / android-maven-publish

Modification of the standard Maven Publish plugin to be compatible with android-library projects (aar).
Apache License 2.0
326 stars 39 forks source link

How to publish jar ? #31

Closed CMingTseng closed 5 years ago

CMingTseng commented 5 years ago

If my project only pure Java (no Res )

can build pure jar & publish ?

THX

trevjonez commented 5 years ago

https://docs.gradle.org/current/userguide/publishing_maven.html

warnyul commented 5 years ago

Yes, you can build pure jar and publish. See the official documentation, which had been linked above.