update java version in build.gradle (#18640)

This commit is contained in:
William Cheng 2024-05-11 15:23:30 +08:00 committed by GitHub
parent 40c7adccd8
commit 65bdb99f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,8 @@ specifications as part of your build. Other tasks are available as command line
java {
withSourcesJar()
withJavadocJar()
sourceCompatibility = 1.11
targetCompatibility = 1.11
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
repositories {