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
But at the same time we use features from Java 11:
Files.readString(path);
...
Path.of(...);
I don't clearly understand why maven even build the project, but in my IDEA a see tons of warning and errors. Can we increase the version of Java for maven-compiler-plugin, at least to make it more clear?
The text was updated successfully, but these errors were encountered:
We expect that maven during compilation will use
8
version of Java:But at the same time we use features from Java
11
:I don't clearly understand why maven even build the project, but in my IDEA a see tons of warning and errors. Can we increase the version of Java for
maven-compiler-plugin
, at least to make it more clear?The text was updated successfully, but these errors were encountered: