File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- mavenCentral()
4- gradlePluginPortal()
3+ maven(url = " https://maven.global.square/artifactory/maven-central" ) {
4+ name = " Misk: mavenCentral mirror"
5+ }
6+ maven(url = " https://maven.global.square/artifactory/gradle-plugins" ) {
7+ name = " Misk: gradlePluginsPortal mirror"
8+ }
9+ maven(url = " https://maven.global.square/artifactory/releases" ) {
10+ name = " Misk: Internal build-logic plugins"
11+ }
512 }
613}
714
@@ -21,8 +28,12 @@ develocity {
2128dependencyResolutionManagement {
2229 repositoriesMode.set(RepositoriesMode .FAIL_ON_PROJECT_REPOS )
2330 repositories {
24- mavenCentral()
25- maven(url = " https://s3-us-west-2.amazonaws.com/dynamodb-local/release" )
31+ maven(url = " https://maven.global.square/artifactory/maven-central" ) {
32+ name = " Misk: mavenCentral mirror"
33+ }
34+ maven(url = " https://maven.global.square/artifactory/dynamodb-local-release" ) {
35+ name = " Misk: dynamoDB mirror"
36+ }
2637 }
2738}
2839
You can’t perform that action at this time.
0 commit comments