Java 11 compatibility

This commit is contained in:
Sandy Brownlee
2022-08-18 13:22:06 +01:00
parent e6487369ef
commit 01f468f07d
7 changed files with 47 additions and 28 deletions
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'application'
sourceCompatibility = 17
sourceCompatibility = 11
dependencies {
implementation project(':Triangle.AbstractMachine')