Skip to content

Commit

Permalink
Changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Malikshahbaz213 committed Nov 29, 2023
1 parent dc8f09c commit 8b9c038
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inspirationlibrary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group = extra["PUBLISH_GROUP_ID"] as String
publishing{
repositories {
maven {
url = uri("C:\\repo")
mavenLocal()
}
}
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
}
}

Expand Down

0 comments on commit 8b9c038

Please sign in to comment.