Skip to content

Commit

Permalink
Need to add sonatype snapshot repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Dec 13, 2024
1 parent 2967495 commit 5f3088d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins {
repositories {
mavenCentral()
mavenLocal()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

java {
Expand Down
3 changes: 3 additions & 0 deletions jafar-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

java {
Expand Down

0 comments on commit 5f3088d

Please sign in to comment.