Skip to content

Commit 7f362e6

Browse files
committed
feedback: use uri() instead of uri property setter
1 parent 999b784 commit 7f362e6

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
@@ -260,7 +260,7 @@ subprojects { subproject ->
260260
uri('https://repo.grails.org/grails/plugins3-snapshots-local') :
261261
uri('https://repo.grails.org/grails/libs-snapshots-local')
262262
} else {
263-
url 'https://maven.pkg.github.com/grails/grails-core'
263+
url('https://maven.pkg.github.com/grails/grails-core')
264264
}
265265
}
266266
}

0 commit comments

Comments
 (0)