Skip to content

Commit

Permalink
Fix: Removed duplicate build and plugins tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah authored Feb 4, 2026
1 parent 09b56fc commit 737197c
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,5 @@
<version>3.12.0</version>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.4</version>
</plugin>

<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.12.0</version>
</plugin>
</plugins>
</build>
</project>
</build>
</project>

0 comments on commit 737197c

Please sign in to comment.