Add a reminder for BEAM at Java version declaration (#2316)

This commit is contained in:
Weimin Yu 2024-02-02 12:05:10 -05:00 committed by GitHub
parent 7b786eaf1f
commit d1d59c1afd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -382,6 +382,9 @@ subprojects {
apply from: "${rootDir.path}/java_common.gradle" apply from: "${rootDir.path}/java_common.gradle"
// When changing Java version here, be sure to update BEAM Java runtime:
// in core/build.gradle, search for `flex-template-base-image` and update
// the parameter value.
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17