mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05: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"
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user