We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73de332 commit a9418c9Copy full SHA for a9418c9
README.md
@@ -35,7 +35,7 @@ your build file:
35
```groovy
36
repositories {
37
maven {
38
- url "https://css4j.github.io/maven/"
+ url = "https://css4j.github.io/maven/"
39
mavenContent {
40
releasesOnly()
41
}
build.gradle
@@ -67,7 +67,7 @@ repositories {
67
url = uri('https://repo.maven.apache.org/maven2/')
68
69
70
71
72
73
0 commit comments