Skip to content

modules are not supported in -source 8 #29

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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