Skip to content

Conversation

SIGSTACKFAULT
Copy link
Contributor

Change list

on my machine, Maven defaults to 1.7, which doesn't work. add instructions to update the version in pom.xml.

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

on my Maven (and I think everyone's?), the default java.compiler.source and java.compiler.target are 1.7, which doesn't work on my machine.

on my machine, Maven defaults to 1.7, which doesn't work.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 12, 2022

CLA Signed

The committers are authorized under a signed CLA.

If you haven't already, change the Java version:
```
<properties>
<maven.compiler.source>11</maven.compiler.source>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the minimum supported one is actually 1.8

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alright, i'll change it to 1.8

@mykola-mokhnach
Copy link
Contributor

Thanks, could you please sign the CLA?

@SIGSTACKFAULT
Copy link
Contributor Author

@mykola-mokhnach i'm waiting for LFX to confirm what they need my home address for.

@SIGSTACKFAULT
Copy link
Contributor Author

@mykola-mokhnach signed!

@mykola-mokhnach mykola-mokhnach merged commit 4988095 into appium:master Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants