CC_SMC icon indicating copy to clipboard operation
CC_SMC copied to clipboard

Add Maven support and upgrade JDK 8 -> 9

Open mtedone opened this issue 3 years ago • 0 comments

Made the following changes:

  • Added Maven support
  • Moved tests under Maven structure src/test
  • Upgraded JDK from 8 to 17 as for UtilitiesTest HierarchicalContext doesn't work for JDK 19
  • Added GitHub action to automatically build upon push. Requires enabling the following on project Settings:
    • Actions
    • Dependency graph

mtedone avatar Jan 08 '23 11:01 mtedone