We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2526763 commit 85a499dCopy full SHA for 85a499d
src/main/groovy/nebula/plugin/clojure/NebulaClojurePlugin.groovy
@@ -28,6 +28,6 @@ class NebulaClojurePlugin implements Plugin<Project> {
28
project.plugins.apply ClojureExtrasPlugin
29
30
// One part of clojars plugin we want
31
- project.repositories.maven { url "https://clojars.org/repo" }
+ project.repositories.maven { url = "https://clojars.org/repo" }
32
}
33
0 commit comments