Skip to content

Commit ae97102

Browse files
committed
Remove java 8 compilation from core-pva
1 parent c56aae3 commit ae97102

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

core/pva/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,4 @@
4040
</plugin>
4141
</plugins>
4242
</build>
43-
<profiles>
44-
<profile>
45-
<id>jdk8</id>
46-
<activation>
47-
<jdk>1.8</jdk>
48-
</activation>
49-
<properties>
50-
<maven.test.skip>true</maven.test.skip>
51-
</properties>
52-
<build>
53-
<plugins>
54-
<plugin>
55-
<artifactId>maven-compiler-plugin</artifactId>
56-
<version>3.6.2</version>
57-
<configuration>
58-
<source>1.8</source>
59-
<target>1.8</target>
60-
<fork>false</fork>
61-
</configuration>
62-
</plugin>
63-
</plugins>
64-
</build>
65-
</profile>
66-
</profiles>
6743
</project>

0 commit comments

Comments
 (0)