You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling Maven profiles for JDK21 and JDK25. Separate builds can be enabled on for these using a simple
```
mvn clean install -P<jdk21/jdk25>
```
This assumes that there are explicit `JAVA_HOME_21` and `JAVA_HOME_25` which are set.
PiperOrigin-RevId: 797843586
Change-Id: Id7dd6c8b01922f3124efc4cbfa1cbcf78ef00830
0 commit comments