Skip to content

Commit 832116e

Browse files
committed
README: use the assignment operator in the Gradle example
1 parent 2dc0c37 commit 832116e

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
@@ -65,7 +65,7 @@ project's own Maven repository in a `repositories` section of your build file:
6565
```groovy
6666
repositories {
6767
maven {
68-
url "https://css4j.github.io/maven/"
68+
url = "https://css4j.github.io/maven/"
6969
mavenContent {
7070
releasesOnly()
7171
}

0 commit comments

Comments
 (0)