Skip to content

Commit 9932cd6

Browse files
committed
README: use the assignment operator in the Gradle example
1 parent df9ff4b commit 9932cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ your build file:
3030
```groovy
3131
repositories {
3232
maven {
33-
url "https://css4j.github.io/maven/"
33+
url = "https://css4j.github.io/maven/"
3434
mavenContent {
3535
releasesOnly()
3636
}

0 commit comments

Comments
 (0)