My fix for said SBT bug has made it upstream.
This commit is contained in:
@@ -22,6 +22,3 @@ unmanagedSources in Compile ~= (_.filterNot(_.getPath.indexOf("pythagoras/gwt")
|
||||
|
||||
// add our sources to the main jar file (including super-sources)
|
||||
unmanagedResourceDirectories in Compile <+= baseDirectory / "src/main/java"
|
||||
|
||||
// work around SBT bug
|
||||
unmanagedResources in Compile ~= (_.filterNot(_.isDirectory))
|
||||
|
||||
Reference in New Issue
Block a user