We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18cdeb commit 286b5d9Copy full SHA for 286b5d9
mrbean/pom.xml
@@ -51,6 +51,16 @@ ${project.groupId}.mrbean.*;version=${project.version}
51
<artifactId>replacer</artifactId>
52
</plugin>
53
54
+ <plugin>
55
+ <groupId>org.apache.maven.plugins</groupId>
56
+ <artifactId>maven-compiler-plugin</artifactId>
57
+ <configuration>
58
+ <!-- Enable testing with Java 8 features, especially default methods in interfaces -->
59
+ <testSource>1.8</testSource>
60
+ <testTarget>1.8</testTarget>
61
+ </configuration>
62
+ </plugin>
63
+
64
<plugin>
65
<!-- We will shade ASM, to simplify deployment, avoid version conflicts -->
66
<groupId>org.apache.maven.plugins</groupId>
0 commit comments