update primitiveCollections

The new version of primitiveCollections requires Java 10.
This commit is contained in:
2018-08-18 08:32:27 +02:00
parent 22f35f9cf5
commit b01d267300
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ subprojects {
apply plugin: 'eclipse'
// java compatibility version
sourceCompatibility = 1.8
sourceCompatibility = 10
configurations {