File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,15 @@ import org.labkey.gradle.util.ExternalDependency
99import java.util.regex.Matcher
1010
1111repositories {
12- mavenCentral()
13- // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
14- maven {
15- url " https://clojars.org/repo"
16- }
12+ mavenCentral()
13+ // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
14+ maven {
15+ url " https://clojars.org/repo"
16+ }
17+ // Added for org.clojars.chapmanb:sam
18+ maven {
19+ url " https://maven.scijava.org/content/groups/public"
20+ }
1721}
1822
1923configurations. all {
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ repositories {
66 maven {
77 url " https://clojars.org/repo"
88 }
9+ // Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
10+ maven {
11+ url " https://maven.scijava.org/content/groups/public"
12+ }
913}
1014
1115dependencies {
You can’t perform that action at this time.
0 commit comments