Skip to content

Commit bb148c3

Browse files
committed
Fix build warning
1 parent b33facb commit bb148c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repositories {
5656
url = uri('https://repo.maven.apache.org/maven2/')
5757
}
5858
maven {
59-
url "https://css4j.github.io/maven/"
59+
url = "https://css4j.github.io/maven/"
6060
mavenContent {
6161
releasesOnly()
6262
}

0 commit comments

Comments
 (0)