Fix: 10
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / mvnBuild (push) Successful in 42s

This commit is contained in:
dadgam3er 2024-09-09 21:00:04 -04:00
parent 860323f263
commit af9e83aaae

View File

@ -20,8 +20,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <!-- Use a recent version of the plugin -->
<configuration>
<source>21</source> <!-- Update to the desired Java version -->
<target>21</target> <!-- Update to the desired Java version -->
<source>17</source> <!-- Update to the desired Java version -->
<target>17</target> <!-- Update to the desired Java version -->
</configuration>
</plugin>
</plugins>