Skip to content

Commit

Permalink
feedback: use uri() instead of uri property setter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Jan 11, 2025
1 parent 999b784 commit 7f362e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ subprojects { subproject ->
uri('https://repo.grails.org/grails/plugins3-snapshots-local') :
uri('https://repo.grails.org/grails/libs-snapshots-local')
} else {
url 'https://maven.pkg.github.com/grails/grails-core'
url('https://maven.pkg.github.com/grails/grails-core')
}
}
}
Expand Down

0 comments on commit 7f362e6

Please sign in to comment.