Closed
Description
build.source.path
contains the absolute name of the sketch .ino file. No property exists which defines the sketch folder. This is required for recipes which need to reference files within the original sketch folder.
The closest available is build.path
(/tmp/...) but when referencing files in there the timestamp changes which forces compilation to be run even when not required.