Skip to content

Commit

Permalink
Merge pull request #145 from codeconsole/7.0.x-groovy-fix
Browse files Browse the repository at this point in the history
Remove mavenLocal() as first repo.  Remove references to groovy 4
  • Loading branch information
codeconsole authored Sep 13, 2024
2 parents f40a14e + 85eb00c commit e36502f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ plugins {
}

repositories {
mavenLocal()
gradlePluginPortal()
mavenCentral()
maven { url = 'https://repo.grails.org/grails/core' }
}

dependencies {
configurations.configureEach { exclude group: 'org.apache.groovy' }

dependencies {
// Needs to be implementation as classes are referenced in build scripts
implementation(buildsrcLibs.grails.docs) {
exclude group: 'org.apache.groovy', module: 'groovy'
exclude group: 'org.apache.groovy', module: 'groovy-ant'
}
implementation buildsrcLibs.grails.docs
implementation buildsrcLibs.nexus.publish.gradle.plugin

runtimeOnly buildsrcLibs.grails.gradle.plugin
Expand Down

0 comments on commit e36502f

Please sign in to comment.