Error: log4j-api-2.9.0.jar is a multi-release jar file but --multi-release option is not set
- 阅读更多 关于 Error: log4j-api-2.9.0.jar is a multi-release jar file but --multi-release option is not set
问题 Exploring the maven-jdeps-plugin:3.1.0 with Java9 using the following minimal pom.xml :- <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.9.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <configuration> <source>1.9</source> <target>1.9</target> </configuration> </plugin> <plugin> <groupId