Skip to content

Commit a377751

Browse files
committed
Fix a Gradle warning
1 parent be91bf6 commit a377751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
url = uri('https://repo.maven.apache.org/maven2/')
4242
}
4343
maven {
44-
url "https://css4j.github.io/maven/"
44+
url = "https://css4j.github.io/maven/"
4545
mavenContent {
4646
releasesOnly()
4747
}

0 commit comments

Comments
 (0)