Skip to content

Commit 0fbdf3f

Browse files
committed
[feature] Apache Maven Compiler Plugin
1 parent d324e9f commit 0fbdf3f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@
318318
<artifactId>maven-gpg-plugin</artifactId>
319319
<version>3.2.8</version>
320320
</plugin>
321+
<!-- Maven Compiler Plugin -->
322+
<plugin>
323+
<groupId>org.apache.maven.plugins</groupId>
324+
<artifactId>maven-compiler-plugin</artifactId>
325+
<version>3.14.1</version>
326+
</plugin>
321327
</plugins>
322328
</build>
323329
</project>

0 commit comments

Comments
 (0)