Skip to content

Update the pom's Java version to match the github build.#97

Open
shawjef3 wants to merge 1 commit into
IABTechLab:4.Xfrom
shawjef3:pom-java-version
Open

Update the pom's Java version to match the github build.#97
shawjef3 wants to merge 1 commit into
IABTechLab:4.Xfrom
shawjef3:pom-java-version

Conversation

@shawjef3
Copy link
Copy Markdown

This fixes local builds as described in #96.

Comment thread pom.xml
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

while i am in favor of using maven.compiler.release i'm not really following the bump to 21. i thought the baseline the library should target should be low (maybe not 1.8, but perhaps 17 as that is a reasonable baseline.) raising it too high risks dropping support for people who do not upgrade to jdk's readily (even though they should).

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