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
See write_manifest.sh. It helpfully inscribes the version of the JDK that was used to build the code in the generated Spring Boot application. Unfortunately, the value that is being written today is incorrect in many cases.
We need to inject this information from the actual JDK used to build the source (the toolchain), not the JDK that is in path while the genrule executes.
The text was updated successfully, but these errors were encountered:
See write_manifest.sh. It helpfully inscribes the version of the JDK that was used to build the code in the generated Spring Boot application. Unfortunately, the value that is being written today is incorrect in many cases.
https://github.com/salesforce/bazel-springboot-rule/blob/master/tools/springboot/write_manifest.sh#L28
We need to inject this information from the actual JDK used to build the source (the toolchain), not the JDK that is in path while the genrule executes.
The text was updated successfully, but these errors were encountered: