Skip to content

Commit

Permalink
Use Hadoop-BAM snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Aug 29, 2017
1 parent 7d7882d commit d63466d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ repositories {
url "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/" //for htsjdk snapshots
}

maven {
url "https://oss.sonatype.org/content/repositories/snapshots" //for Hadoop-BAM snapshots
}

mavenLocal()
}

final htsjdkVersion = System.getProperty('htsjdk.version','2.11.0-4-g958dc6e-SNAPSHOT')
final sparkVersion = System.getProperty('spark.version', '2.0.2')
final hadoopBamVersion = System.getProperty('hadoopBam.version','7.8.0')
final hadoopBamVersion = System.getProperty('hadoopBam.version','7.8.1-SNAPSHOT')
final genomicsdbVersion = System.getProperty('genomicsdb.version','0.6.4-proto-3.0.0-beta-1')
final testNGVersion = '6.11'

Expand Down

0 comments on commit d63466d

Please sign in to comment.