Skip to content

Commit 17ea5b6

Browse files
committed
fixes java 16 compability for util module
Signed-off-by: yue9944882 <291271447@qq.com>
1 parent e30312b commit 17ea5b6

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

util/pom.xml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -159,52 +159,4 @@
159159
</plugin>
160160
</plugins>
161161
</build>
162-
<profiles>
163-
<profile>
164-
<id>surefire-newerJava</id>
165-
<activation>
166-
<jdk>(1.8,)</jdk>
167-
</activation>
168-
<build>
169-
<plugins>
170-
<plugin>
171-
<groupId>org.apache.maven.plugins</groupId>
172-
<artifactId>maven-surefire-plugin</artifactId>
173-
<configuration>
174-
<argLine>
175-
@{argLine} -Xms512m -Xmx1500m --illegal-access=warn --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED
176-
</argLine>
177-
<parallel>methods</parallel>
178-
<perCoreThreadCount>false</perCoreThreadCount>
179-
<threadCount>1</threadCount>
180-
<forkCount>1</forkCount>
181-
<reuseForks>false</reuseForks>
182-
</configuration>
183-
</plugin>
184-
</plugins>
185-
</build>
186-
</profile>
187-
<profile>
188-
<id>surefire-java8</id>
189-
<activation>
190-
<jdk>1.8</jdk>
191-
</activation>
192-
<build>
193-
<plugins>
194-
<plugin>
195-
<groupId>org.apache.maven.plugins</groupId>
196-
<artifactId>maven-surefire-plugin</artifactId>
197-
<configuration>
198-
<argLine>@{argLine} -Xms512m -Xmx1500m</argLine>
199-
<parallel>methods</parallel>
200-
<perCoreThreadCount>false</perCoreThreadCount>
201-
<threadCount>1</threadCount>
202-
<forkCount>1</forkCount>
203-
<reuseForks>false</reuseForks>
204-
</configuration>
205-
</plugin>
206-
</plugins>
207-
</build>
208-
</profile>
209-
</profiles>
210162
</project>

0 commit comments

Comments
 (0)