ThatGamerBlue2

Untitled

Mar 12th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. repositories {
  2. mavenCentral()
  3. maven { url 'https://jitpack.io' }
  4. exclusiveContent {
  5. forRepository {
  6. maven {
  7. url "https://repo.runelite.net"
  8. }
  9. }
  10. filter {
  11. includeModule "net.runelite", "discord"
  12. }
  13. }
  14. exclusiveContent {
  15. forRepository {
  16. maven {
  17. url "https://raw.githubusercontent.com/open-osrs/hosting/master"
  18. }
  19. }
  20. filter {
  21. includeModule "net.runelite", "fernflower"
  22. includeModule "com.openosrs.rxrelay3", "rxrelay"
  23. }
  24. }
  25. }
  26.  
  27. dependencies {
  28. implementation 'com.github.open-osrs.runelite:runelite-client:master-SNAPSHOT'
  29.  
  30. compileOnly 'org.projectlombok:lombok:1.18.12'
  31. annotationProcessor 'org.projectlombok:lombok:1.18.12'
  32.  
  33. testCompileOnly 'org.projectlombok:lombok:1.18.12'
  34. testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
  35. }
Advertisement
Add Comment
Please, Sign In to add comment