You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, to set the 'sourceDirectory', you must set sourceDirectory in (Compile, paradox) := ... (aka Compile / paradox / sourceDirectory := ...).
It would be nicer if it was sufficient to set paradox / sourceDirectory
The text was updated successfully, but these errors were encountered:
This is not universally true. There are builds out there that say Paradox / sourceDirectory := ... (uppercase P) and it works. Just not mine for whatever reason.
For some reason, to set the 'sourceDirectory', you must set
sourceDirectory in (Compile, paradox) := ...
(akaCompile / paradox / sourceDirectory := ...
).It would be nicer if it was sufficient to set
paradox / sourceDirectory
The text was updated successfully, but these errors were encountered: