Fix: 8
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
Gitea Actions Demo / mvnBuild (push) Failing after 41s

This commit is contained in:
2024-09-09 20:52:14 -04:00
parent a5c2cfa0f3
commit 5d63c3055a
8 changed files with 16 additions and 16 deletions
+2 -2
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>17</source> <!-- Update to the desired Java version -->
<target>17</target> <!-- Update to the desired Java version -->
<source>21</source> <!-- Update to the desired Java version -->
<target>21</target> <!-- Update to the desired Java version -->
</configuration>
</plugin>
</plugins>