mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
Fix #18 Fix #17 Fix #13 Russian translations by @Felix14-v2 German translations by @2020Sanoj
15 lines
275 B
Groovy
Executable File
15 lines
275 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
include 'puzzle-base'
|
|
|
|
include 'puzzle-splashscreen'
|
|
include 'puzzle-models'
|
|
include 'puzzle-gui'
|