Generate .jar File And Javadoc In Ship.io
I have a Gradle task which generate .jar file for my library as well as Javadocs: apply plugin: 'com.android.library' task javadoc(type: Javadoc) { source = android.sourceSets
Solution 1:
My name is Edwin, and I'm an engineer with Ship.io.
Your understanding of how we build artifacts is exactly correct. We upload artifacts as soon as the Gradle task completes. If you want to clean up the artifacts, you'll need to do so exactly as you describe before the Gradle runs.
Feel free to reply here or in the support ticket you filed if you have any other questions.
Post a Comment for "Generate .jar File And Javadoc In Ship.io"