Closed seancorfield closed 10 months ago
Line 22 of clj-watson.controller.dependency-check.scanner should be if, not when.
clj-watson.controller.dependency-check.scanner
if
when
Without -w option, the optional clj-watson.properties file is not found on the classpath.
-w
clj-watson.properties
With -w option, the file is read but ignored and then looked for on the classpath.
Line 22 of
clj-watson.controller.dependency-check.scanner
should beif
, notwhen
.Without
-w
option, the optionalclj-watson.properties
file is not found on the classpath.With
-w
option, the file is read but ignored and then looked for on the classpath.