Skip to content

Commit 85a499d

Browse files
committed
repository configuration: Space-assignment syntax in Groovy DSL has been deprecated
1 parent 2526763 commit 85a499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/nebula/plugin/clojure/NebulaClojurePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class NebulaClojurePlugin implements Plugin<Project> {
2828
project.plugins.apply ClojureExtrasPlugin
2929

3030
// One part of clojars plugin we want
31-
project.repositories.maven { url "https://clojars.org/repo" }
31+
project.repositories.maven { url = "https://clojars.org/repo" }
3232
}
3333
}

0 commit comments

Comments
 (0)