I’m trying to use installDist
to dump a runnable build to a network drive and every time I give it into 'file:// ...
it tries to append that path to the project path. I have tried to overwrite destinationDir
property, but it seems it’s missing or has been removed?
distributions.main {
contents {
into 'file://C:\\Users\\etc\\etc\\etc'
}
}
Results in:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':subproject:installDist'.
> Could not normalize path for file 'C:\path\to\workspace\and\project\src\submodule\build\install\subproject\C:'.