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
Allow springboot rule definition in a BUILD file to pass javacopts.
User would like to tweak memory settings for 'bazel run', but this could apply broadly (GC algs, etc).
Consider allowing different attributes for the java compilation and the java binary.
Can user override BUILD javacopt in a 'bazel run //a/b/c' invocation?
The text was updated successfully, but these errors were encountered:
This was implemented strictly for bazel run.
Because the java_library is where the java compilation happens, I didn't think it right to do anything else at the springboot level.
plaird
changed the title
Pass through javacopts to the underlying java rules in the macro
Support passing Java args to JVM when Spring Boot application started with Bazel run
Dec 15, 2020
Allow springboot rule definition in a BUILD file to pass javacopts.
User would like to tweak memory settings for 'bazel run', but this could apply broadly (GC algs, etc).
The text was updated successfully, but these errors were encountered: