Skip to content

Commit

Permalink
disable artifactory-temporary (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAzureDevops authored Dec 5, 2024
1 parent cbf2134 commit f782b3f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/uk/gov/hmcts/gradle/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ def mirrorHost = nonProdName == "sandbox" || nonProdName == "sbox" ? 'artifactor
def mirrorUrl = "https://${mirrorHost}.platform.hmcts.net/artifactory/maven-remotes"

allprojects {
/*
repositories {
maven {
url mirrorUrl
}
}
}*/
buildscript {
repositories {
/*
maven {
url mirrorUrl
}
}*/
mavenCentral()
}
dependencies {
Expand All @@ -25,6 +28,7 @@ allprojects {
doLast { println project.version }
}
}
/*
settingsEvaluated { settings ->
settings.pluginManagement {
Expand All @@ -34,7 +38,7 @@ settingsEvaluated { settings ->
}
}
}
}
}*/

allprojects {
afterEvaluate { project ->
Expand Down

0 comments on commit f782b3f

Please sign in to comment.