Skip to content

Commit

Permalink
mavenLocal needed ofc
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 6, 2023
1 parent fc8f385 commit 0030a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin-tester-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ akkaGrpc {
}

repositories {
mavenLocal()
mavenCentral()
maven {
url "https://repo.akka.io/maven"
Expand Down
1 change: 1 addition & 0 deletions plugin-tester-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ akkaGrpc {
}

repositories {
mavenLocal()
mavenCentral()
maven {
url "https://repo.akka.io/maven"
Expand Down

0 comments on commit 0030a33

Please sign in to comment.