Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish source and Javadoc JARs #679

Merged
merged 1 commit into from
Jul 16, 2020
Merged

Commits on Jul 15, 2020

  1. Publish source and Javadoc JARs

    Add tasks and artifacts for publishing JARs with source code and
    generated Javadocs. These are required for admission to Bintray's
    JCenter -- well-known public repository of open-source libraries.
    
    With this, the users will be able to import Themis without adding
    Cossack Labs repository. It's highly likely that they already have
    JCenter added for other dependencies:
    
        repositories {
            jcenter()
        }
    
    Since it's the same package, the dependency is specified as before:
    
        dependencies {
            implementation 'com.cossacklabs.com:themis:0.13.0'
        }
    
    Many Bothans died to bring us this information. No, really, Gradle
    documentation on this is less than stellar, and Groovy does not make
    it make it easier. *sigh* Android ecosystem vOv
    ilammy committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ed6b318 View commit details
    Browse the repository at this point in the history