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
Copy file name to clipboardExpand all lines: springboot/springboot_doc.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Note that the rule README has more detailed usage instructions for each attribut
34
34
| dupeclassescheck_enable | If *True*, will analyze the list of dependencies looking for any class that appears more than once, but with a different hash. This indicates that your dependency tree has conflicting libraries. | <code>None</code> |
35
35
| dupeclassescheck_ignorelist | Optional. When using the duplicate class check, this attribute provides a file that contains a list of libraries excluded from the analysis. Ex: *dupeclass_libs.txt*| <code>None</code> |
36
36
| include_git_properties_file | If *True*, will include a git.properties file in the resulting jar. | <code>True</code> |
37
+
| bazelrun_java_toolchain | Optional. When launching the application using 'bazel run', this attribute can identify the label of the Java toolchain used to launch the JVM. Ex: *//tools/jdk:my_default_toolchain*. See *default_java_toolchain* in the Bazel documentation. | <code>None</code> |
37
38
| bazelrun_script | Optional. When launching the application using 'bazel run', a default launcher script is used. This attribute can be used to provide a customized launcher script. Ex: *my_custom_script.sh*| <code>None</code> |
38
39
| bazelrun_jvm_flags | Optional. When launching the application using 'bazel run', an optional set of JVM flags to pass to the JVM at startup. Ex: *-Dcustomprop=gold -DcustomProp2=silver*| <code>None</code> |
39
40
| bazelrun_data | Uncommon option to add data files to runfiles. Behaves like the *data* attribute defined for *java_binary*. | <code>None</code> |
@@ -49,5 +50,3 @@ Note that the rule README has more detailed usage instructions for each attribut
49
50
| duplicate_class_allowlist | Deprecated synonym of *dupeclassescheck_ignorelist*| <code>None</code> |
50
51
| jvm_flags | Deprecated synonym of *bazelrun_jvm_flags*| <code>""</code> |
51
52
| data | Deprecated synonym of *bazelrun_data*| <code>[]</code> |
0 commit comments