Wait, so if a `java_library` has `scope=provided`,...
# general
j
Wait, so if a
java_library
has
scope=provided
, and then you change it to
scope=runtime
, its fingerprint will change and it’ll have to be recompiled? Even though nothing about it changed?