Skip to content

Commit e3efbeb

Browse files
committed
Use non-deprecated variable assignment syntax
The current syntax is unsupported in newer Gradle versions and will cause CI to fail when trying to update.
1 parent 7360580 commit e3efbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'groovy'
33
repositories {
44
mavenCentral()
55
maven {
6-
url 'https://repo.jenkins-ci.org/releases'
6+
url = 'https://repo.jenkins-ci.org/releases'
77
}
88
}
99

0 commit comments

Comments
 (0)