Skip to content

Commit

Permalink
Switch order of repos so sonatype is used last
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 23, 2024
1 parent 375b674 commit 9b32054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/any/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ repositories {
// uncomment for release process
// mavenLocal()

// chronicle-bom needs access to chronicle snapshots
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}

// All of the hosted repositories below could be replaced with:
// url "https://artifacts.unidata.ucar.edu/repository/unidata-all/"
// which is a group repository that contains all other repositories. However, I prefer to list all source
Expand All @@ -39,6 +34,11 @@ repositories {
includeGroup 'org.bounce'
}
}

// chronicle-bom needs access to chronicle snapshots
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}

//////////////////////////// Transitive dependency replacements and exclusions ////////////////////////////
Expand Down

0 comments on commit 9b32054

Please sign in to comment.