File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <maven .compiler.source>21</maven .compiler.source>
1515 <maven .compiler.target>21</maven .compiler.target>
1616 <maven .compiler.release>21</maven .compiler.release>
17+ <velocity .version>3.4.0</velocity .version>
1718 </properties >
1819 <build >
1920 <resources >
7980 <artifactId >lombok</artifactId >
8081 <version >1.18.42</version >
8182 </path >
83+ <path >
84+ <groupId >com.velocitypowered</groupId >
85+ <artifactId >velocity-api</artifactId >
86+ <version >${velocity.version} </version >
87+ </path >
8288 </annotationProcessorPaths >
8389 </configuration >
8490 </plugin >
261267 <dependency >
262268 <groupId >com.velocitypowered</groupId >
263269 <artifactId >velocity-api</artifactId >
264- <version >3.4.0 </version >
270+ <version >${velocity.version} </version >
265271 <scope >provided</scope >
266272 </dependency >
267273 <dependency >
You can’t perform that action at this time.
0 commit comments