Is it possible to print dependency java version? I...
# community-support
e
1
v
There is not really a "dependency java version" in that sense. Every
class
file in a JAR can have a different class file version. If I need such information I usually just use the commandline, unpacking the jar files and using
file
on them which outputs the class file version.
e
Thanks! I did something similar - asked claude to check my gradle cache
Luckily, there are not many