-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
31 lines (28 loc) · 850 Bytes
/
settings.gradle.kts
File metadata and controls
31 lines (28 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
* Squishy: settings.gradle.kts
* Copyright (C) 2025 mtctx
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the **GNU General Public License** as published
* by the Free Software Foundation, either **version 3** of the License, or
* (at your option) any later version.
*
* *This program is distributed WITHOUT ANY WARRANTY;** see the
* GNU General Public License for more details, which you should have
* received with this program.
*
* SPDX-FileCopyrightText: 2025 mtctx
* SPDX-License-Identifier: GPL-3.0-only
*/
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/dokka/maven")
}
}
rootProject.name = "Squishy"
include("core")
include("sponge")
include("paper")
include("lumina")