Update Java version requirements
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bea 2024-11-11 16:39:54 +01:00
parent 0f9816461f
commit 9012e61e61
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@
</dependencies>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

View File

@ -16,7 +16,7 @@ this is currently the only supported database backend.
## building
### required tools
- java 17+ sdk
- java 21+ sdk
- git
- maven