JavaAppExecutableResource.withWrapperPath
Method
interface JavaAppExecutableResource { // ... omitted for brevity withWrapperPath(wrapperScript: string): JavaAppExecutableResource;}Signature
method
withWrapperPathbuilderConfigures 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
wrapperScriptstringReturns
JavaAppExecutableResourceDefined on
This method is defined on the following type: