E:\git-repos\execat>gradle tasks
FAILURE: Build failed with an exception.
* Where:
Build file 'E:\git-repos\execat\build.gradle' line: 60
* What went wrong:
A problem occurred configuring root project 'execat'.
> Exception thrown while executing model rule: model.toolChains @ build.gradle line 58, column 2
> Neither path nor baseDir may be null or empty string. path='' basedir='E:\git-repos\execat'
Is this still the way to do this? I’m compiling some Unit tests for an ARM based build and I’d like these files to not be there. the /X option doesn’t seem to remove them. Why do these get added at all ? or How?
thanks
Jay