We have the NewRelic agent in our :java-agents vector in many of our project.clj files. It is constantly getting out of date because lein-ancient can't currently check it.
This PR adds the ability to do that. It adds a :java-agents arg and turns that on under check :all as well.
The tests are updated and I have manually tested it with both check and upgrade. I also added a mention of the new option to the README.
We have the NewRelic agent in our
:java-agents
vector in many of ourproject.clj
files. It is constantly getting out of date because lein-ancient can't currently check it.This PR adds the ability to do that. It adds a
:java-agents
arg and turns that on undercheck :all
as well.The tests are updated and I have manually tested it with both
check
andupgrade
. I also added a mention of the new option to the README.