Skip to content

Commit

Permalink
fix: removing configs from dataset module
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 11, 2024
1 parent 369ad2d commit 2f91c9b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions java/dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,6 @@ under the License.
</execution>
</executions>
</plugin>
<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 2f91c9b

Please sign in to comment.