cooja icon indicating copy to clipboard operation
cooja copied to clipboard

build.gradle: selectively run spotless

Open pjonsson opened this issue 1 year ago • 1 comments

This avoids needlessly failing the build because clang-format cannot be found.

pjonsson avatar Nov 18 '23 17:11 pjonsson

For me, on macOS, it seems like this PR makes every Gradle task fail when clang-format is not installed. Without it, I can run a subset of tasks such as jar and run.

nfi avatar Nov 22 '23 11:11 nfi