We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77f1d4 commit 8164444Copy full SHA for 8164444
1 file changed
gem-assembly-descriptors/src/it/assemble-project-with-gems/java-world/pom.xml
@@ -6,4 +6,16 @@
6
<packaging>jar</packaging>
7
<version>0.0.0</version>
8
<name>java-world</name>
9
+ <build>
10
+ <plugins>
11
+ <plugin>
12
+ <artifactId>maven-compiler-plugin</artifactId>
13
+ <version>3.1</version>
14
+ <configuration>
15
+ <source>8</source>
16
+ <target>8</target>
17
+ </configuration>
18
+ </plugin>
19
+ </plugins>
20
+ </build>
21
</project>
0 commit comments