A
A
Anton @ Lyalin2017-04-09 08:33:59
Java
Anton @ Lyalin, 2017-04-09 08:33:59

Why are bytecode version settings being reset?

I use Intellij Idea, after pushing to GitHub, the byte code version settings and the language version are reset.73999c85d56a4ac5a2ccb70adee8a969.png158c67ffbdf940a38d15978ff6a4a551.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita, 2017-04-09
@toxa_1995

Judging by the structure, they are synchronized with maven and taken from there. You need to add the maven-compiler-plugin with the necessary settings like this
source configuration
1.8 source
target>1.8 target
configuration

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question