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 -1
View File
@@ -1,4 +1,4 @@
apply plugin: 'java-library'
apply plugin: 'eclipse'
sourceCompatibility = 17
sourceCompatibility = 11