Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Java 17 support #41

Closed
wants to merge 17 commits into from
Closed

Java 17 support #41

wants to merge 17 commits into from

Conversation

johanvos
Copy link

@johanvos johanvos commented Oct 8, 2021

Fixes #40

  • Use Java 17 where possible (output to bytecode for Java 11 though)

  • Create a module for this library (introducing a module-info.java)

  • This PR brings all relevant code in the java directory. The other directories are still available though.

  • A top-level pom file is added which invokes the pom file in the java directory. Gradle files in those directories have been removed as they confuse Apache NetBeans (and probably other IDE's).

  • A github action is created for running the tests and build on the latest Java release.

@johanvos johanvos closed this Oct 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Java 17
1 participant