Which setting are you suggesting I change in pants...
# general
a
Which setting are you suggesting I change in pants.ini? Currently I have:
Copy code
[gen.wire]
# Make sure Pants dependencies on wire are the same versions declared in our maven build under parents/base/pom.xml
javadeps: ["3rdparty:com.squareup.wire.wire-runtime"]
# Add guava to the list of wire_compiler deps because the 'sjar()' macro excludes transitive guava deps
# from everything in 3rdparty.  We do this in 3rdparty because there are many different versions of guava declared
# and we only want to choose one.
wire_compiler: ["3rdparty:com.squareup.wire.wire-compiler", "3rdparty:com.google.guava.guava”]