Advertisement
AqUpd

Untitled

Nov 7th, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <dependency>
  2. <groupId>net.dv8tion</groupId>
  3. <artifactId>JDA</artifactId>
  4. <version>v4.3.0_340</version>
  5. </dependency>
  6.  
  7. <dependency>
  8. <groupId>net.dv8tion</groupId>
  9. <artifactId>JDA</artifactId>
  10. <version>v4.3.0_340</version>
  11. <executions>
  12. <execution>
  13. <phase>package</phase>
  14. <goals>
  15. <goal>shade</goal>
  16. </goals>
  17. <configuration>
  18. <outputDirectory>${dir}</outputDirectory>
  19. <createDependencyReducedPom>false</createDependencyReducedPom>
  20. <shadedArtifactAttached>true</shadedArtifactAttached>
  21. </configuration>
  22. </execution>
  23. </executions>
  24. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement