org.clojars.jj/strict-check

A wrapper plugin on top of lein check. It checks for reflection warnings in a project, and exits with non 0 status, if a reflection warnings were detected.

Leiningen/Boot

[org.clojars.jj/strict-check "1.1.0"]

Clojure CLI/deps.edn

org.clojars.jj/strict-check {:mvn/version "1.1.0"}

Gradle

implementation("org.clojars.jj:strict-check:1.1.0")

Maven

<dependency>
  <groupId>org.clojars.jj</groupId>
  <artifactId>strict-check</artifactId>
  <version>1.1.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.