Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 737 Bytes

PUBLISHING.md

File metadata and controls

24 lines (16 loc) · 737 Bytes

Releasing kWicket

Snapshots

The task to run to upload a snapshot to oss.jfrog.org is artifactoryPublish.

The username and API key must be supplied on the command-line. Examples:

.\gradlew.bat -PbintrayUser=<...> -PbintrayApiKey=<...> artifactoryPublish or .\gradlew.bat -DBINTRAY_USER=<...> -DBINTRAY_API_KEY=<...> artifactoryPublish

Releases

The task to run to upload a release to bintray.com is bintrayUpload.

The username and API key must be supplied on the command-line. Examples:

.\gradlew.bat -PbintrayUser=<...> -PbintrayApiKey=<...> bintrayUpload or .\gradlew.bat -DBINTRAY_USER=<...> -DBINTRAY_API_KEY=<...> bintrayUpload