You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it might be useful to have a way to read the class file version of a compiled class to know which version of Java was used to compile that class.
One example of such use case is in the maven-compiler-plugin, where it should be possible to detect the class file version of a previous compilation and compare it with the current version of the target/release, this way it allows to detect if the class needs recompilation or not.
The text was updated successfully, but these errors were encountered:
Sometimes it might be useful to have a way to read the class file version of a compiled class to know which version of Java was used to compile that class.
One example of such use case is in the maven-compiler-plugin, where it should be possible to detect the class file version of a previous compilation and compare it with the current version of the target/release, this way it allows to detect if the class needs recompilation or not.
The text was updated successfully, but these errors were encountered: