File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 </resource >
1717 </resources >
1818 <plugins >
19- <plugin >
20- <groupId >org.apache.maven.plugins</groupId >
21- <artifactId >maven-compiler-plugin</artifactId >
22- <version >3.7.0</version >
23- <configuration >
24- <source >1.8</source >
25- <target >1.8</target >
26- <encoding >ISO-8859-1</encoding >
27- </configuration >
28- </plugin >
29- <plugin >
30- <groupId >org.apache.maven.plugins</groupId >
31- <artifactId >maven-shade-plugin</artifactId >
32- <version >3.1.0</version >
33- <executions >
34- <execution >
35- <phase >package</phase >
36- <goals >
37- <goal >shade</goal >
38- </goals >
39- <configuration >
40- <createDependencyReducedPom >false</createDependencyReducedPom >
41- </configuration >
42- </execution >
43- </executions >
44- </plugin >
45- </plugins >
19+ <plugin >
20+ <groupId >org.apache.maven.plugins</groupId >
21+ <artifactId >maven-compiler-plugin</artifactId >
22+ <version >3.7.0</version >
23+ <configuration >
24+ <source >1.8</source >
25+ <target >1.8</target >
26+ <encoding >ISO-8859-1</encoding >
27+ </configuration >
28+ </plugin >
29+ <plugin >
30+ <groupId >org.apache.maven.plugins</groupId >
31+ <artifactId >maven-shade-plugin</artifactId >
32+ <version >3.1.0</version >
33+ <executions >
34+ <execution >
35+ <phase >package</phase >
36+ <goals >
37+ <goal >shade</goal >
38+ </goals >
39+ <configuration >
40+ <createDependencyReducedPom >false</createDependencyReducedPom >
41+ </configuration >
42+ </execution >
43+ </executions >
44+ </plugin >
45+ </plugins >
4646 </build >
4747
4848 <repositories >
9595 <groupId >com.github.MyzelYam</groupId >
9696 <artifactId >PremiumVanishAPI</artifactId >
9797 <version >2.0.3</version >
98+ <scope >provided</scope >
9899 </dependency >
99100 <dependency >
100101 <groupId >com.comphenix.protocol</groupId >
101102 <artifactId >ProtocolLib</artifactId >
102103 <version >4.5.1</version >
104+ <scope >provided</scope >
103105 </dependency >
104106 <dependency >
105107 <groupId >OpenInv</groupId >
You can’t perform that action at this time.
0 commit comments