Compare commits

1 Commits

Author SHA1 Message Date
renovate af5cac89ca Update dependency com.github.TechFortress:GriefPrevention to v18 2025-11-06 15:00:47 +00:00
2 changed files with 3 additions and 17 deletions
-14
View File
@@ -1,14 +0,0 @@
kind: pipeline
name: verify
trigger:
event:
- push
- pull_request
steps:
# test if it compiles correctly
- name: build
image: maven:3-eclipse-temurin-21
commands:
- mvn verify --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V
+3 -3
View File
@@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.9.0</version>
<version>3.8.1</version>
</plugin>
</plugins>
@@ -103,13 +103,13 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.42</version>
<version>1.18.38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2-1</version>
<version>26.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>