Skip to content

Commit a8c3826

Browse files
committed
Avoid deprecated syntax
1 parent 943708c commit a8c3826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/settings/all.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
{
2525
mavenLocal()
2626
maven {
27-
url "${artifactory_contextUrl}/plugins-snapshot-local"
27+
url = "${artifactory_contextUrl}/plugins-snapshot-local"
2828
mavenContent {
2929
snapshotsOnly()
3030
}

0 commit comments

Comments
 (0)