Skip to content

Commit 10b0671

Browse files
Merge pull request #610 from govuk-one-login/OJ-3602
OJ-3602: feat - switch package from jfrog to Maven Central
2 parents 7aab5ae + 9752977 commit 10b0671

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ def buildVersion = "8.3.0"
1616
defaultTasks 'clean', 'spotlessApply', 'build'
1717

1818
repositories {
19-
maven {
20-
url 'https://gds.jfrog.io/artifactory/di-allowed-repos'
21-
}
19+
mavenCentral()
2220
}
2321

2422
java {

0 commit comments

Comments
 (0)