Skip to content

Commit

Permalink
README: use the assignment operator in the Gradle example
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jan 24, 2025
1 parent fcfd72d commit 04cb3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repository in a `repositories` section of your build file:
```groovy
repositories {
maven {
url "https://css4j.github.io/maven/"
url = "https://css4j.github.io/maven/"
mavenContent {
releasesOnly()
}
Expand Down

0 comments on commit 04cb3d6

Please sign in to comment.