Skip to content

Commit

Permalink
fix(build.gradle): remove mavenLocal from maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 9, 2023
1 parent 2c03ec3 commit 68f5d67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
mavenLocal()
}
}
rootProject.name='StreamPack'
Expand Down

0 comments on commit 68f5d67

Please sign in to comment.