🆙 allow to walk diagonal between objects

Don't forget to run the SQL !
This commit is contained in:
duckietm
2025-02-06 14:46:04 +01:00
parent 57aa3c14cd
commit e0f4f4a19f
3 changed files with 25 additions and 8 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>