File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ before_install:
17
17
script : ./gradlew jacocoTestReport
18
18
after_success :
19
19
- ./gradlew coveralls
20
+ - if [ "$TRAVIS_BRANCH" == "master" ]; then
21
+ ./gradlew uploadArchives;
22
+ fi
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
27
27
mavenLocal()
28
28
mavenCentral()
29
29
maven {
30
- url " https://artifactory. broadinstitute.org/artifactory /libs-snapshot/" // for htsjdk snapshots
30
+ url " https://broadinstitute.jfrog.io/broadinstitute /libs-snapshot/" // for htsjdk snapshots
31
31
}
32
32
}
33
33
@@ -285,7 +285,7 @@ uploadArchives {
285
285
authentication(userName : project. findProperty(" sonatypeUsername" ), password : project. findProperty(" sonatypePassword" ))
286
286
}
287
287
288
- snapshotRepository(url : " https://artifactory. broadinstitute.org/artifactory /libs-snapshot-local/" ) {
288
+ snapshotRepository(url : " https://broadinstitute.jfrog.io/broadinstitute /libs-snapshot-local/" ) {
289
289
authentication(userName : System . env. ARTIFACTORY_USERNAME , password : System . env. ARTIFACTORY_PASSWORD )
290
290
}
291
291
You can’t perform that action at this time.
0 commit comments