Open
Description
Hi! I was trying to add a Java source to a project, and both putting it in the src/main/scala
and src/main/java
yields the same result:
[E] [E-1] Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Error accessing configuration file
Compiled demo (70ms)
Here's the source:
package demo;
class Demo {
static String demo = "AAA";
}
And the location:
I can push a reproduction if needed. It compiles fine in sbt...