Skip to content

Java sources break compilation #1354

Open
@kubukoz

Description

@kubukoz

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:

image

I can push a reproduction if needed. It compiles fine in sbt...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions