Skip to content

Commit

Permalink
Limit sonatype repo to chronicle artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 23, 2024
1 parent 710100c commit 6644282
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle/any/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ repositories {
}
}

// chronicle-bom needs access to chronicle snapshots
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
content {
// this repository *only* used for chronicle-map snapshot artifacts that are sometimes specified in the chronicle-bom
includeGroup 'net.openhft'
}
}
}

Expand Down

0 comments on commit 6644282

Please sign in to comment.