Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bbca0ff

Browse files
committed
comment mavenLocal() for joint workflow
1 parent 4bca777 commit bbca0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ allprojects {
5656
ext.groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: project.groovyVersion
5757

5858
repositories {
59-
mavenLocal()
6059
mavenCentral()
6160
maven { url = 'https://repo.grails.org/grails/core' }
6261
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
62+
// mavenLocal() // Keep, this will be uncommented and used by CI (groovy-joint-workflow)
6363
if(isSnapshot) {
6464
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
6565
}

0 commit comments

Comments
 (0)