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
We have the launcher script that is invoked when a user issues a run command via bazel:
bazel run //projects/myservice
It is hardcoded in springboot.bzl. We have a couple of open issues related to the contents #16 and #91. While those are small updates, it would be nice for users to be able to replace it and make any changes they would like. For example, to run custom steps prior to launch of the Spring Boot app.
For this issue, allow the user to pass in a file as a rule attribute.
The text was updated successfully, but these errors were encountered:
We have the launcher script that is invoked when a user issues a run command via bazel:
It is hardcoded in springboot.bzl. We have a couple of open issues related to the contents #16 and #91. While those are small updates, it would be nice for users to be able to replace it and make any changes they would like. For example, to run custom steps prior to launch of the Spring Boot app.
For this issue, allow the user to pass in a file as a rule attribute.
The text was updated successfully, but these errors were encountered: