Skip to content

Commit 47bb361

Browse files
committed
README: use the assignment operator in the Gradle example
1 parent 8f91ca9 commit 47bb361

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
@@ -81,7 +81,7 @@ project's own Maven repository in a `repositories` section of your build file:
8181
```groovy
8282
repositories {
8383
maven {
84-
url "https://css4j.github.io/maven/"
84+
url = "https://css4j.github.io/maven/"
8585
mavenContent {
8686
releasesOnly()
8787
}

0 commit comments

Comments
 (0)