Skip to content

Commit

Permalink
Revert "Temporarily disable artifactory (#1266)" (#1267)
Browse files Browse the repository at this point in the history
This reverts commit 249e540.
  • Loading branch information
reespozzi authored Sep 11, 2024
1 parent 249e540 commit 0f4f621
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions resources/uk/gov/hmcts/gradle/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +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 @@ -27,7 +25,7 @@ allprojects {
doLast { println project.version }
}
}
/*

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

allprojects {
afterEvaluate { project ->
Expand Down

0 comments on commit 0f4f621

Please sign in to comment.