Compare commits

..

10 Commits

Author SHA1 Message Date
7c9a341a92 Merge pull request 'Update dependency com.github.TechFortress:GriefPrevention to v18' (#15) from renovate/com.github.techfortress-griefprevention-18.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
2025-11-06 17:04:43 +01:00
475d9041de Update dependency com.github.TechFortress:GriefPrevention to v18
Some checks are pending
continuous-integration/drone/push Build is running
continuous-integration/drone/pr Build is running
2025-11-06 15:56:48 +00:00
6a771da832 Merge pull request 'Update dependency org.jetbrains:annotations to v26.0.2-1' (#12) from renovate/org.jetbrains-annotations-26.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2025-11-06 16:55:48 +01:00
61a2ed23b8 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-06 16:54:59 +01:00
8229d79370 Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-06 16:54:30 +01:00
907a980525 Merge pull request 'Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.9.0' (#14) from renovate/org.apache.maven.plugins-maven-dependency-plugin-3.x into main
Reviewed-on: #14
2025-11-06 16:50:54 +01:00
27071b8bb5 Merge pull request 'Update dependency org.projectlombok:lombok to v1.18.42' (#13) from renovate/org.projectlombok-lombok-1.x into main
Reviewed-on: #13
2025-11-06 16:04:38 +01:00
bf9bd05ff9 Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.9.0 2025-11-06 14:03:28 +00:00
5b0da954e8 Update dependency org.projectlombok:lombok to v1.18.42 2025-11-06 14:03:24 +00:00
47cb26e914 Update dependency org.jetbrains:annotations to v26.0.2-1 2025-11-06 13:43:59 +00:00
2 changed files with 17 additions and 3 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
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

View File

@@ -50,7 +50,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.8.1</version> <version>3.9.0</version>
</plugin> </plugin>
</plugins> </plugins>
@@ -103,13 +103,13 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.38</version> <version>1.18.42</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jetbrains</groupId> <groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId> <artifactId>annotations</artifactId>
<version>26.0.2</version> <version>26.0.2-1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>