JAVA-24381:Changes made for fixing pom indentation (#14633)

This commit is contained in:
Bipin kumar
2023-08-28 20:58:01 +05:30
committed by GitHub
parent 8b174ad61a
commit b858b5521f
9 changed files with 23 additions and 23 deletions
@@ -37,14 +37,14 @@
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.plugin.version}</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.plugin.version}</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
</plugin>
</plugins>
</build>