Skip to content

Commit

Permalink
Enable maven local (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams authored Jan 31, 2023
1 parent 4be84cc commit 8fd1147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spotless {

repositories {
mavenCentral()
mavenLocal()
gradlePluginPortal()
}

Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/ai.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins {

repositories {
mavenCentral()
mavenLocal()
}

java {
Expand Down

0 comments on commit 8fd1147

Please sign in to comment.