Skip to content

Commit

Permalink
Revert "temporary disable in jenkins (#1288)" (#1289)
Browse files Browse the repository at this point in the history
This reverts commit aac8596.
  • Loading branch information
NickAzureDevops authored Dec 9, 2024
1 parent aac8596 commit 59c6a7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions resources/uk/gov/hmcts/gradle/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ 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 @@ -29,7 +25,7 @@ allprojects {
doLast { println project.version }
}
}
/*

settingsEvaluated { settings ->
settings.pluginManagement {
repositories {
Expand All @@ -39,7 +35,6 @@ settingsEvaluated { settings ->
}
}
}
*/

allprojects {
afterEvaluate { project ->
Expand Down

0 comments on commit 59c6a7d

Please sign in to comment.