Skip to content
Snippets Groups Projects
Unverified Commit 37755e9c authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12539 from ritzalam/bbb-web-maven-repo

fix:  Add new maven repos in bbb-web
parents 96474f2c eb09e75f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url "https://repo1.maven.org/maven2" }
maven { url "https://repo.grails.org/artifactory/core" }
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
......@@ -40,6 +42,8 @@ processResources.dependsOn copyWebInf
repositories {
jcenter()
mavenLocal()
maven { url "https://repo1.maven.org/maven2" }
maven { url "https://repo.grails.org/artifactory/core" }
maven { url "https://repo.grails.org/grails/core" }
}
......@@ -118,4 +122,4 @@ test {
showCauses = true
exceptionFormat = "full"
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment