I have an old project with files layout still in "src/" and jars in "lib/". I defined the layout to point to src.
compile.with(Dir[_("lib/*.jar")])
But when I run buildr build, it still stays package <name> does not exist.
How can I resolve this?
Thank you.