The Go buildpack ignores java_main_class and arguments from JBP_CONFIG_JAVA_MAIN.
java_main_class
JBP_CONFIG_JAVA_MAIN: '{java_main_class: org.springframework.boot.loader.launch.PropertiesLauncher}'
Should override the manifest Main-Class and switch to classpath mode (-cp). Currently has no effect.
arguments
JBP_CONFIG_JAVA_MAIN: '{arguments: "--custom.arg=value"}'
Should append arguments after the main class. Currently has no effect.
Both are supported in the Ruby buildpack via config/java_main.yml.
The Go buildpack ignores
java_main_classandargumentsfromJBP_CONFIG_JAVA_MAIN.java_main_class
Should override the manifest
Main-Classand switch to classpath mode (-cp). Currently has no effect.arguments
Should append arguments after the main class. Currently has no effect.
Both are supported in the Ruby buildpack via
config/java_main.yml.