Skyriiis

Untitled

Apr 13th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.31 KB | None | 0 0
  1. pluginManagement {
  2.     repositories {
  3.         maven {
  4.             name = 'Fabric'
  5.             url = 'https://maven.fabricmc.net/'
  6.         }
  7.         gradlePluginPortal()
  8.     }
  9. }
  10.  
  11. rootProject.name = 'MinecraftModdingStatistics'
  12.  
  13. include 'forge'
  14. include 'fabric'
  15. include 'forge_jump_mod'
  16. include 'webapi'
  17.  
Advertisement
Add Comment
Please, Sign In to add comment