JavaAppExecutableResource.withWrapperPath
Method
interface JavaAppExecutableResource { // ... omitted for brevity withWrapperPath(wrapperScript: string): JavaAppExecutableResource;}Signature
method
withWrapperPath builder Configures a custom build tool wrapper script path. This is useful when the wrapper script is not in the default location or has a non-standard name.
withWrapperPath(wrapperScript: string): JavaAppExecutableResourceParameters
wrapperScript string Returns
JavaAppExecutableResource Defined on
This method is defined on the following type: