mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Use Java 8 on CuckooChess,CuckooChessEngine
This commit is contained in:
parent
3f0b5e0045
commit
7b6841b9fb
|
@ -21,5 +21,5 @@ dependencies {
|
||||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = "7"
|
sourceCompatibility = "8"
|
||||||
targetCompatibility = "7"
|
targetCompatibility = "8"
|
||||||
|
|
|
@ -11,8 +11,8 @@ dependencies {
|
||||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = "7"
|
sourceCompatibility = '8'
|
||||||
targetCompatibility = "7"
|
targetCompatibility = '8'
|
||||||
|
|
||||||
|
|
||||||
// Build internal opening book
|
// Build internal opening book
|
||||||
|
|
Loading…
Reference in New Issue
Block a user