Skip to content

Require Java 11 at runtime, build on Java 21/25#33

Open
melissalinkert wants to merge 5 commits into
ome:masterfrom
melissalinkert:java-version
Open

Require Java 11 at runtime, build on Java 21/25#33
melissalinkert wants to merge 5 commits into
ome:masterfrom
melissalinkert:java-version

Conversation

@melissalinkert
Copy link
Copy Markdown
Member

Comment thread pom.xml Outdated
<source>8</source>
<target>8</target>
<release>8</release>
<source>11</source>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Starting with Java 9, the source and target options should be unnecessary and only release should be required - https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html

Comment thread pom.xml Outdated
<testng.version>7.5</testng.version>
</properties>
</profile>
<profile>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we remove this profile as well and define a single testng version?

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.

2 participants