Skip to content

Commit

Permalink
build: Added maven snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 5, 2024
1 parent 2f25f59 commit 4aea39a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ config {
allprojects {
repositories {
mavenLocal()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
gradlePluginPortal()
}

Expand Down

0 comments on commit 4aea39a

Please sign in to comment.