Skip to content

Commit

Permalink
fix(gradle): settings now should be alright
Browse files Browse the repository at this point in the history
  • Loading branch information
Roverr committed May 13, 2022
1 parent e654b18 commit ecde864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "kotlin-luhn"
Expand Down

0 comments on commit ecde864

Please sign in to comment.