1
0
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:
Weimin Yu
2024-02-02 12:05:10 -05:00
committed by GitHub
parent 7b786eaf1f
commit d1d59c1afd

View File

@@ -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