update test
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Failing after 4s
checks / Set up Java for Backend Tests and Build (push) Failing after 1m31s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 5s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Failing after 2s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 1m38s

This commit is contained in:
Patrick
2025-10-30 20:17:03 +01:00
parent 42a7910b3e
commit 68851347e9
2 changed files with 91 additions and 29 deletions

View File

@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>17</java.version>
<java.version>21</java.version>
</properties>
<dependencies>
<dependency>
@ -48,6 +48,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<scope>provided</scope>
</dependency>
</dependencies>