mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-26 22:05:41 +02: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'
|
||||
}
|
||||
|
||||
sourceCompatibility = "7"
|
||||
targetCompatibility = "7"
|
||||
sourceCompatibility = "8"
|
||||
targetCompatibility = "8"
|
||||
|
@ -11,8 +11,8 @@ dependencies {
|
||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||
}
|
||||
|
||||
sourceCompatibility = "7"
|
||||
targetCompatibility = "7"
|
||||
sourceCompatibility = '8'
|
||||
targetCompatibility = '8'
|
||||
|
||||
|
||||
// Build internal opening book
|
||||
|
Loading…
x
Reference in New Issue
Block a user