fix of build

This commit is contained in:
2024-10-22 17:15:49 +06:00
parent 3e2b6e67e9
commit a8c317af44
3 changed files with 8 additions and 7 deletions

View File

@@ -41,6 +41,6 @@ application {
}
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}