Skip to content

Commit

Permalink
Update repositories and update to 8.0.1 of mdm-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Aug 8, 2024
1 parent f14f8be commit d188689
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import java.nio.file.Files

buildscript {
repositories {
mavenLocal()
maven { url "https://mauro-repository.com/libs-release-local" }
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://repo.gradle.org/gradle/libs-releases-local/' }
mavenCentral()
maven { url "https://mauro-repository.com/libs-snapshot-local" }
maven { url "https://mauro-repository.com/libs-release-local" }
maven { url "https://mauro-repository.com/plugins-release-local" }
maven { url "https://mauro-repository.com/plugins-snapshot-local" }
mavenCentral()

}
dependencies {
Expand All @@ -17,7 +16,6 @@ buildscript {

}


plugins {
id 'groovy'
id 'java-library'
Expand All @@ -26,12 +24,14 @@ plugins {

apply plugin: 'uk.ac.ox.softeng.maurodatamapper.gradle.mdm-gradle'


repositories {
mavenLocal()
maven { url "https://plugins.gradle.org/m2/" }
maven {url "https://plugins.gradle.org/m2/"}
mavenCentral()
maven { url "https://mauro-repository.com/libs-release-local" }

maven {url "https://mauro-repository.com/libs-release-local"}
maven {url "https://mauro-repository.com/libs-snapshot-local"}
maven {url "https://mauro-repository.com/plugins-release-local"}
}

// Define new "generation" sourceset for generating the dita library
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {

// api platform(group: 'uk.ac.ox.softeng.maurodatamapper', name: 'mdm-bom', version: mdmCoreVersion)
api platform(group: 'uk.ac.ox.softeng.maurodatamapper', name: 'mdm-bom', version: fallbackMdmCoreVersion)

antlr group: 'org.antlr', name: 'antlr4', version: antlr4Version

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targetCompatibility=17
# Deployment & Build
mdmCoreVersion=5.4.0-SNAPSHOT
fallbackMdmCoreVersion=5.3.0
mdmGradlePluginVersion=8.0
mdmGradlePluginVersion=8.0.1
licenseGradlePluginVersion=0.16.1
# Mauro Data Mapper
groovyVersion=3.0.17
Expand Down

0 comments on commit d188689

Please sign in to comment.