how do I override the zinc that is used with the r...
# general
f
how do I override the zinc that is used with the recent versions of pants?
Copy code
cls.register_jvm_tool(register,
                          'zinc',
                          classpath=[
                            JarDependency('org.pantsbuild', 'zinc', '1.0.12')
                          ],