freezing-area-97131
04/14/2022, 7:59 PMjar_library(
name='hadoop',
jars=[
jar('org.apache.hadoop', 'hadoop-client', 2.6.0),
],
scope='compile',
)
How do I update it? What does jar_library
change into now?witty-crayon-22786
04/14/2022, 8:01 PMjar_library
becomes https://www.pantsbuild.org/docs/reference-jvm_artifactfreezing-area-97131
04/14/2022, 8:16 PMcurved-television-6568
04/15/2022, 11:06 AM./pants update-build-files
will fix renamed targets and fields for you automatically (I’m not familiar with if this is the case here, though)witty-crayon-22786
04/15/2022, 4:30 PM