DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Deploy a Java 17 Variant of All Packages #146

Open DK96-OS opened 11 months ago

DK96-OS commented 11 months ago

A Java 17 Variant may be useful for those using newer Java versions, based on the assumption that newer bytecode will perform better.

Note to Java 17 Users

It is important that the variants use the same source code to keep development friction low. What this means:

How this may be Accomplished

  1. Add a "-java17" extension to an id in the maven coordinates.
  2. Modify Gradle script to build Java 17 bytecode.