Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Mar 15, 2023
1 parent 0f87bd6 commit d6fffb6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
pluginManagement {
repositories {
maven {
url 'http://maven.ghostscript.com'
allowInsecureProtocol = true
}
gradlePluginPortal()
google()
mavenLocal()
mavenCentral()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url 'http://maven.ghostscript.com'
allowInsecureProtocol = true
}
google()
mavenLocal()
mavenCentral()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit d6fffb6

Please sign in to comment.