Skip to content

Commit 6524e08

Browse files
author
核桃
committed
Add java9+ and Jakarta EE Support
compile must use java9+ jdk
1 parent fab6494 commit 6524e08

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55

66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.gitlab4j</groupId>
@@ -186,9 +186,6 @@
186186
<groupId>org.jacoco</groupId>
187187
<artifactId>jacoco-maven-plugin</artifactId>
188188
<version>0.8.7</version>
189-
<configuration>
190-
<skip></skip>
191-
</configuration>
192189
<executions>
193190
<execution>
194191
<id>default-prepare-agent</id>
@@ -365,7 +362,7 @@
365362
<pluginManagement>
366363
<plugins>
367364
<!-- The se.bjurr.gitchangelog:git-changelog-maven-plugin needs to be
368-
in -->
365+
in -->
369366
<!-- this section (pluginManagement) for it to work correctly. -->
370367
<plugin>
371368
<groupId>se.bjurr.gitchangelog</groupId>

0 commit comments

Comments
 (0)