Skip to content
Docs Try Aspire
Docs Try

withWrapperPath

Method
📦 CommunityToolkit.Aspire.Hosting.Java v13.4.0
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): JavaAppExecutableResource
wrapperScript string
JavaAppExecutableResource

Applies to

This method applies to the following types: