Tomas (amoledwatchfaces)
04/27/2024, 6:46 AMpreBuildProvider.dependsOn(preBuildLogic)
which is working great but I can't find anything suitable for a task run after build is finished (regardless error / success)Vampire
04/27/2024, 9:58 PMtasks.configureEach { finalizedBy(yourEndTask) }
or similar. If it is just "something you need to do on every build end", there are more appropriate ways.