Update pom.xml

This commit is contained in:
MaruthiShankarG 2024-02-22 22:53:10 +05:30 committed by GitHub
parent d3c935a169
commit 81886a62a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
pom.xml
View file

@ -145,12 +145,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
@ -217,6 +211,17 @@
</execution>
</executions>
</plugin>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
@ -242,6 +247,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>