Skip to content
Snippets Groups Projects
Commit 0e6ad658 authored by dgelessus's avatar dgelessus
Browse files

Replace uses of deprecated Gradle assignment syntax

parent 59767a84
Branches
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ repositories {
mavenCentral()
if (isSnapshot) {
maven {
name("Sonatype snapshots")
url("https://oss.sonatype.org/content/repositories/snapshots")
name = "Sonatype snapshots"
url = "https://oss.sonatype.org/content/repositories/snapshots"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment