File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,18 +6,6 @@ plugins {
66
77repositories {
88 mavenCentral()
9- // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
10- maven {
11- url " https://clojars.org/repo"
12- }
13- // Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
14- maven {
15- url " https://maven.scijava.org/content/groups/public"
16- }
17- // Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
18- maven {
19- url " https://clojars.org/repo"
20- }
219}
2210
2311dependencies {
Original file line number Diff line number Diff line change @@ -2,18 +2,6 @@ import org.labkey.gradle.util.BuildUtils
22
33repositories {
44 mavenCentral()
5- // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
6- maven {
7- url " https://clojars.org/repo"
8- }
9- // Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
10- maven {
11- url " https://maven.scijava.org/content/groups/public"
12- }
13- // Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
14- maven {
15- url " https://clojars.org/repo"
16- }
175}
186
197dependencies {
Original file line number Diff line number Diff line change @@ -3,18 +3,6 @@ import org.labkey.gradle.util.ExternalDependency
33
44repositories {
55 mavenCentral()
6- // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
7- maven {
8- url " https://clojars.org/repo"
9- }
10- // Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
11- maven {
12- url " https://maven.scijava.org/content/groups/public"
13- }
14- // Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
15- maven {
16- url " https://clojars.org/repo"
17- }
186}
197
208dependencies {
You can’t perform that action at this time.
0 commit comments