Skip to content

Commit

Permalink
Revert "disable artifactory-temporary (#1286)" (#1287)
Browse files Browse the repository at this point in the history
This reverts commit f782b3f.
  • Loading branch information
NickAzureDevops authored Dec 5, 2024
1 parent f782b3f commit 207a85f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions resources/uk/gov/hmcts/gradle/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +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 @@ -28,7 +25,6 @@ allprojects {
doLast { println project.version }
}
}
/*

settingsEvaluated { settings ->
settings.pluginManagement {
Expand All @@ -38,7 +34,7 @@ settingsEvaluated { settings ->
}
}
}
}*/
}

allprojects {
afterEvaluate { project ->
Expand Down

0 comments on commit 207a85f

Please sign in to comment.