update primitiveCollections
The new version of primitiveCollections requires Java 10.
This commit is contained in:
@@ -24,7 +24,7 @@ subprojects {
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
// java compatibility version
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 10
|
||||
|
||||
|
||||
configurations {
|
||||
|
||||
Reference in New Issue
Block a user