Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor pom.xml #13

Open
nbiryulin opened this issue Nov 3, 2020 · 1 comment
Open

Refactor pom.xml #13

nbiryulin opened this issue Nov 3, 2020 · 1 comment
Assignees
Labels
server Issue for server team

Comments

@nbiryulin
Copy link
Collaborator

Exclude dublicated dependencies in pom.xml

@nbiryulin nbiryulin added the server Issue for server team label Nov 3, 2020
@nbiryulin nbiryulin self-assigned this Nov 3, 2020
@PixarV
Copy link
Collaborator

PixarV commented Nov 6, 2020

add compiler source and target into properties block

        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>

IDEA sometimes changes target bytecode version to 1.5 automatically without these props

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Issue for server team
Projects
None yet
Development

No branches or pull requests

2 participants