Created
May 18, 2017 18:55
-
-
Save areese/394285793ec69a641d297ebb609eb9d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[areese@guidehurry-lm ~/dev/github/areese/project-examples/gradle-examples/4/gradle-example-minimal]$ ./gradlew artifactoryPublish -Partifactory_url=https://meremortal.jfrog.io/meremortal/ -Partifactory_user=mortal-ci -Partifactory_password=AKCp2WXCayM5WzR6vPv32zo73g8mZYiTGeYpC5X8SjNHnrzcUsWE6qm2oHR5n7YXEnp4SA17Y | |
[buildinfo] Not using buildInfo properties file for this build. | |
:generatePomFileForMavenJavaPublication | |
:compileJava UP-TO-DATE | |
:processResources UP-TO-DATE | |
:classes UP-TO-DATE | |
:jar UP-TO-DATE | |
:artifactoryPublish | |
Deploying artifact: https://meremortal.jfrog.io/meremortal/libs-snapshot-local/gradle-example-minimal/1.0-SNAPSHOT/gradle-example-minimal-1.0-SNAPSHOT.jar | |
Deploying artifact: https://meremortal.jfrog.io/meremortal/libs-snapshot-local/gradle-example-minimal/1.0-SNAPSHOT/gradle-example-minimal-1.0-SNAPSHOT.pom | |
Deploying build descriptor to: https://meremortal.jfrog.io/meremortal/api/build | |
Build successfully deployed. Browse it in Artifactory under https://meremortal.jfrog.io/meremortal/webapp/builds/gradle-example-minimal/1495133632910 | |
BUILD SUCCESSFUL | |
Total time: 5.011 secs | |
[areese@guidehurry-lm ~/dev/github/areese/project-examples/gradle-examples/4/gradle-example-minimal]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment