File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 15
15
<github .global.server>github</github .global.server>
16
16
<junit .version>5.11.3</junit .version>
17
17
<maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
18
+
19
+ <maven .compiler.source>${neo4j.java.version} </maven .compiler.source>
20
+ <maven .compiler.target>${neo4j.java.version} </maven .compiler.target>
21
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
22
</properties >
19
23
20
24
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 31
31
32
32
<artifactId >neo4j-spatial-server-plugin</artifactId >
33
33
34
- <properties >
35
- <maven .compiler.source>21</maven .compiler.source>
36
- <maven .compiler.target>21</maven .compiler.target>
37
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
- </properties >
39
-
40
34
<build >
41
35
<plugins >
42
36
<plugin >
You can’t perform that action at this time.
0 commit comments