mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
Add a reminder for BEAM at Java version declaration (#2316)
This commit is contained in:
parent
7b786eaf1f
commit
d1d59c1afd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue