[rest-gradle-plugin] 50/83: Update artifactory connection properties
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.
commit 83b4040e5359c89e333e459011f5325803c5cc29
Author: noamt <noam at 10ne.org>
Date: Sun Feb 22 15:24:46 2015 +0200
Update artifactory connection properties
---
build.gradle | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index acb6a98..de29e6b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,10 +85,9 @@ artifactory {
contextUrl = 'https://oss.jfrog.org'
resolve {
repoKey = 'remote-repos'
- username = ''
- password = ''
}
publish {
+ repoKey = 'oss-release-local'
defaults {
publishArtifacts = true
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git
More information about the pkg-java-commits
mailing list