Skip to content

Commit

Permalink
Add SCM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmo Raunio committed Sep 14, 2023
1 parent ec90f1a commit cd8d91f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
version
(str version "-SNAPSHOT"))
:basis basis
:src-dirs ["src"]})
:src-dirs ["src"]
:scm {:url "https://github.com/metosin/oksa"
:connection "scm:git:git://github.com/metosin/oksa/oksa.git"}})
(b/jar {:class-dir jar-content
:jar-file jar-file-name})
:jar-file jar-file-name})
(println (format "Jar file created: \"%s\"" jar-file-name)))

0 comments on commit cd8d91f

Please sign in to comment.