Skip to content

Commit 446fcdb

Browse files
committed
README: use the assignment operator in the Gradle example
1 parent 5d86384 commit 446fcdb

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
@@ -33,7 +33,7 @@ your build file:
3333
```groovy
3434
repositories {
3535
maven {
36-
url "https://css4j.github.io/maven/"
36+
url = "https://css4j.github.io/maven/"
3737
mavenContent {
3838
releasesOnly()
3939
}

0 commit comments

Comments
 (0)