Skip to content

Commit

Permalink
fix: removing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 11, 2024
1 parent 0472277 commit 369ad2d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions java/c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,5 @@ under the License.
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration combine.children="append">
<compilerArgs>
<arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 369ad2d

Please sign in to comment.