Skip to content

Commit

Permalink
add mavenLocal to gradle sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed May 9, 2024
1 parent 17080a0 commit 8b27aeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions posts/2024-05-09-maven-local-snapshot-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ It is easy to do it with the Gradle Kotlin DSL.
```
repositories {
mavenCentral()
mavenLocal {
mavenContent {
snapshotsOnly()
}
}
maven {
setUrl("https://s01.oss.sonatype.org/content/repositories/snapshots/")
mavenContent {
Expand Down

0 comments on commit 8b27aeb

Please sign in to comment.