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
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:
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user