File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 76
76
</resource >
77
77
</resources >
78
78
<plugins >
79
+ <plugin >
80
+ <groupId >org.apache.maven.plugins</groupId >
81
+ <artifactId >maven-resources-plugin</artifactId >
82
+ <version >3.3.1</version >
83
+ <configuration >
84
+ <encoding >UTF-8</encoding >
85
+ <propertiesEncoding >UTF-8</propertiesEncoding >
86
+ </configuration >
87
+ </plugin >
79
88
<plugin >
80
89
<artifactId >maven-surefire-plugin</artifactId >
81
90
<version >3.2.5</version >
259
268
<id >placeholderapi</id >
260
269
<url >https://repo.extendedclip.com/content/repositories/placeholderapi/</url >
261
270
</repository >
262
- <repository >
263
- <id >devmart-other</id >
264
- <url >https://nexuslite.gcnt.net/repos/other/</url >
265
- </repository >
266
271
<!-- MockBukkit -->
267
272
<repository >
268
273
<id >papermc</id >
284
289
<dependency >
285
290
<groupId >com.comphenix.protocol</groupId >
286
291
<artifactId >ProtocolLib</artifactId >
287
- <version >LATEST </version >
292
+ <version >5.3.0 </version >
288
293
<scope >compile</scope >
289
294
</dependency >
290
295
<dependency >
You can’t perform that action at this time.
0 commit comments