Skip to content

Commit

Permalink
Avoid Groovy space assignment in our binary-compatibility (gradle#32087)
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex authored Jan 17, 2025
2 parents 3dc59df + 4660a2a commit b10e3ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
repositories {
['distributions', 'distributions-snapshots'].each { distUrl ->
ivy {
name 'Gradle distributions'
name = 'Gradle distributions'
url = 'https://services.gradle.org'
patternLayout {
artifact "/${distUrl}/[module]-[revision]-bin(.[ext])"
Expand Down

0 comments on commit b10e3ce

Please sign in to comment.