mirror of
https://github.com/google/nomulus
synced 2025-12-23 14:25:44 +00:00
Add a reminder for BEAM at Java version declaration (#2316)
This commit is contained in:
@@ -382,6 +382,9 @@ subprojects {
|
||||
|
||||
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
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user