Skip to content

Commit

Permalink
Remove reference to Artifactory - update all repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Aug 13, 2024
1 parent 5565ca5 commit 4b2bc40
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 86 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ import java.util.concurrent.TimeUnit
buildscript {
repositories {
mavenLocal()
maven {url 'https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot'}
maven {url 'https://jenkins.cs.ox.ac.uk/artifactory/plugins-release'}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand Down Expand Up @@ -297,7 +300,7 @@ afterEvaluate {
Massive hack to solve parallel task running for assetCompile task
Make sure that each task mustRunAfter another assetCompile task, this ensures none of them can run at the same time
We have to allow for project dependencies so make sure thats accounted for manually
*/
*/
List<Task> assetCompileTasks = it.getTasksByName('assetCompile', true).toList().sort {it.path}

Task coreTask = assetCompileTasks.find {it.path.startsWith(':mdm-core')}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ org.gradle.caching=true
sourceCompatibility=17
targetCompatibility=17
# Deployment & Build
artifactory_contextUrl=https://jenkins.cs.ox.ac.uk/artifactory
mdmGradlePluginVersion=1.3.0
# Explode all plugins
exploded=true
Expand Down
14 changes: 9 additions & 5 deletions mdm-bom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -20,8 +23,9 @@ apply plugin: 'ox.softeng.ox-brc-artifactory'

repositories {
mavenLocal()
maven {url 'https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot'}
maven {url 'https://jenkins.cs.ox.ac.uk/artifactory/libs-release'}
mavenCentral()
maven {url 'https://mauro-repository.com/libs-snapshot'}
maven {url 'https://mauro-repository.com/libs-release'}
}

publishing {
Expand Down
9 changes: 6 additions & 3 deletions mdm-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand Down
15 changes: 9 additions & 6 deletions mdm-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven {url "https://repo.grails.org/grails/core"}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -31,8 +33,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-authentication-apikey/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -22,8 +24,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-authentication-basic/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -22,8 +24,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-dataflow/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -26,8 +28,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-datamodel/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven {url "https://repo.grails.org/grails/core"}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -26,8 +28,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
12 changes: 7 additions & 5 deletions mdm-plugin-email-proxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
mavenCentral()
maven {url "https://mauro-repository.com/plugins-snapshot-local"}
maven {url "https://mauro-repository.com/plugins-release-local"}
maven {url "https://repo.grails.org/grails/core"}

maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -22,8 +23,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-federation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -25,8 +27,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-profile/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -26,8 +28,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-referencedata/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven {url "https://repo.grails.org/grails/core"}

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -26,8 +28,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-plugin-terminology/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -26,8 +28,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
15 changes: 9 additions & 6 deletions mdm-security/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-snapshot"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/plugins-release"}
maven { url "https://repo.grails.org/grails/core" }

mavenCentral()
maven {url 'https://mauro-repository.com/libs-release-local'}
maven {url 'https://mauro-repository.com/plugins-snapshot-local'}
maven {url 'https://mauro-repository.com/plugins-release-local'}
maven {url 'https://repo.gradle.org/gradle/libs-releases/'}
maven {url 'https://plugins.gradle.org/m2/'}
}
dependencies {
classpath "uk.ac.ox.softeng.maurodatamapper.gradle:mdm-gradle-plugin:$mdmGradlePluginVersion"
Expand All @@ -22,8 +24,9 @@ apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-grails'

repositories {
mavenLocal()
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-release"}
maven {url "https://jenkins.cs.ox.ac.uk/artifactory/libs-snapshot"}
mavenCentral()
maven {url "https://mauro-repository.com/libs-release"}
maven {url "https://mauro-repository.com/libs-snapshot"}
maven {url "https://repo.grails.org/grails/core"}
}

Expand Down
Loading

0 comments on commit 4b2bc40

Please sign in to comment.