Skip to content

Commit f46adf2

Browse files
committed
minor cleanup
no more leiningen; sonatype snapshots not needed; log4j2 config not needed document extra cli options for bb testing tasks Signed-off-by: Sean Corfield <[email protected]>
1 parent 2d7c81c commit f46adf2

File tree

4 files changed

+9
-30
lines changed

4 files changed

+9
-30
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* @slipset
2+
* @seancorfield

bb.edn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
;; all tasks that run tests can also accept:
2+
;; all - run tests against all supported Clojure versions
3+
;; bench - run only benchmarks
4+
;; stress - run only stress tests
5+
;; 1.10/1.11/1.12 - run only against the specified Clojure version
6+
;; jdk11/jdk17/jdk21/jdk24 - indicate which JDK you are using (defaults to jdk24)
17
{:tasks
28
{:requires [[clojure.string :as str]]
39

deps.edn

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
{:mvn/repos {"sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots/"}
2-
"ossrh-snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}
3-
:paths ["src"]
1+
{:paths ["src"]
42
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
53
com.taoensso/nippy {:mvn/version "3.6.0"}
64
org.clj-commons/primitive-math {:mvn/version "1.0.1"}
@@ -21,8 +19,7 @@
2119
:test {:extra-paths ["test"]
2220
:extra-deps {io.github.cognitect-labs/test-runner
2321
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
24-
criterium/criterium {:mvn/version "0.4.6"}}
25-
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]}
22+
criterium/criterium {:mvn/version "0.4.6"}}}
2623
:runner {:main-opts ["-m" "cognitect.test-runner"]}
2724
:jdk11 {}
2825
:jdk17 {}

project.clj

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)