forked from Mishkis/orbital-railgun
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
23 lines (21 loc) · 679 Bytes
/
settings.gradle
File metadata and controls
23 lines (21 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
content {
includeGroup 'net.fabricmc'
includeGroup 'fabric-loom'
includeGroup 'net.fabricmc.unpick'
}
}
gradlePluginPortal()
}
}
rootProject.name = 'orbital-railgun-enhanced'
// Include version-specific subprojects
// Currently using a single build compiled against 1.20.1, compatible with 1.20-1.20.4
// Add more version subprojects here when needed for future MC versions
// include 'versions:1.19.2'
include 'versions:1.20.4'
include 'versions:1.20.6'