Skip to content

Commit

Permalink
Use quiltcore 0.1 from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Oct 5, 2023
1 parent 2dd1d94 commit df4831b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ repositories {
maven { url = 'https://jitpack.io' }
maven { url = 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases' }
maven { url = 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/snapshots' }
maven { url = 'https://quilt-dima.s3.amazonaws.com/maven/releases' }
}

configurations {
Expand All @@ -61,7 +60,7 @@ ext{

dependencies {
// quiltcore
implementation 'com.quiltdata.quiltcore:quiltcore:0.0.4'
implementation 'com.quiltdata:quiltcore:0.1'

// This dependency is exported to consumers, that is to say found on their compile classpath.
compileOnly "io.nextflow:nextflow:$nextflowVersion"
Expand Down

0 comments on commit df4831b

Please sign in to comment.