gbaldeck
03/21/2021, 10:26 PMpackageMsi
task. packageMsi
works fine when run by itself, but when I run my task that depends on it packageMsi
fails with
A problem was found with the configuration of task ':packageMsi' (type 'AbstractJPackageTask').
File 'C:\my_workspace\grim-locations\build\compose\default-icons\0.4.0-build173\icon-windows.ico' specified for property 'iconFile' does not exist.Has anyone else experienced this?
jim
03/22/2021, 7:28 AMolonho
03/22/2021, 7:46 AMalexey.tsvetkov
03/22/2021, 2:31 PMgbaldeck
03/22/2021, 6:07 PMdependsOn("clean")
of the createProductionBundle
task for now.
I will create a bug ticket later this week.