mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-08 07:11:32 +01:00
Use Java 8 on CuckooChess,CuckooChessEngine
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user