Arjan van Wieringen (avwie)
11/10/2024, 3:45 PMprocessResources step. It places the transformed resources in a generated/resources folder and adds that folder to the resources srcDirs. The original resources that have been transformed are then excluded. The task is run before the processResources step takes place.
However, when I start the build task in --continuous mode it doesn't trigger on changes in the resource anymore. Is there a way to exclude files from the resources but still have the --continuous flag working when changing the underlying resources (and effectively retriggering the transformation task)?Vampire
11/10/2024, 4:37 PMprocessResources task? If you for example just replace some placeholders, you can for example use expand or you can use an other Transformer or FilterReader, ...Arjan van Wieringen (avwie)
11/10/2024, 5:42 PMArjan van Wieringen (avwie)
11/11/2024, 6:32 AMVampire
11/11/2024, 7:59 AMfilesMatching and friends in most cases to not hit expected files, especially binary ones.Arjan van Wieringen (avwie)
11/11/2024, 8:36 AM