Skip to content

modules are not supported in -source 8 #29

@Treehopper

Description

@Treehopper

JPMS is causing trouble. I excluded module-info.java files via the Maven compiler plugin. Maybe there is a better solution.

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>

					<excludes>
						<exclude>**/module-info.java</exclude>
					</excludes>
				</configuration>
			</plugin>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions