Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
56
Star
131
Fork
157
samtools
/
htsjdk
Code
Issues
168
Pull requests
39
Projects
0
Wiki
Insights
Pulse
Graphs
updating artifactory link to point to new artifactory
#892
Merged
lbergelson
merged 1 commit into
master
from
lb_fix_artifactory_link
Jun 9, 2017
Conversation
5
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
0adadc7
updating artifactory link to point to new artifactory
lbergelson
Jun 8, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−1
Unified
Split
Show comments
View
2
build.gradle
@@ -169,7 +169,7 @@ uploadArchives {
authentication(
userName
: project
.
findProperty(
"
sonatypeUsername
"
),
password
: project
.
findProperty(
"
sonatypePassword
"
))
}
- snapshotRepository(
url
:
"
https://
artifactory.
broadinstitute.
org/artifactory
/libs-snapshot-local/
"
) {
+ snapshotRepository(
url
:
"
https://broadinstitute.
jfrog.io/broadinstitute
/libs-snapshot-local/
"
) {
authentication(
userName
:
System
.
env
.
ARTIFACTORY_USERNAME
,
password
:
System
.
env
.
ARTIFACTORY_PASSWORD
)
}
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.