mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
16 lines
331 B
Groovy
Executable File
16 lines
331 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
include 'puzzle-base'
|
|
|
|
include 'puzzle-splashscreen'
|
|
include 'puzzle-models'
|
|
include 'puzzle-gui'
|