Skip to content

Commit a9418c9

Browse files
committed
Gradle: use the assignment operator in the maven repo section
1 parent 73de332 commit a9418c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ your build file:
3535
```groovy
3636
repositories {
3737
maven {
38-
url "https://css4j.github.io/maven/"
38+
url = "https://css4j.github.io/maven/"
3939
mavenContent {
4040
releasesOnly()
4141
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repositories {
6767
url = uri('https://repo.maven.apache.org/maven2/')
6868
}
6969
maven {
70-
url "https://css4j.github.io/maven/"
70+
url = "https://css4j.github.io/maven/"
7171
mavenContent {
7272
releasesOnly()
7373
}

0 commit comments

Comments
 (0)