Skip to content

Commit 8c9ecd9

Browse files
authored
Merge pull request OpenVoxProject#69 from bastelfreak/cleanup
project.clj: Cleanup perforce leftovers
2 parents 3b1f62c + 1d61bca commit 8c9ecd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@
7575
:test-paths ["test/unit" "test/integration"]
7676
:resource-paths ["resources" "src/ruby"]
7777

78-
:repositories [["releases" "https://artifactory.delivery.puppetlabs.net/artifactory/clojure-releases__local/"]
79-
["snapshots" "https://artifactory.delivery.puppetlabs.net/artifactory/clojure-snapshots__local/"]]
78+
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
79+
:username :env/CLOJARS_USERNAME
80+
:password :env/CLOJARS_PASSWORD
81+
:sign-releases false}]]
8082

8183
:plugins [[lein-parent "0.3.7"]
8284
[jonase/eastwood "1.4.2" :exclusions [org.clojure/clojure]]

0 commit comments

Comments
 (0)