forked from public-mirrors/Uniform
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
459 B
Groovy
26 lines
459 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url 'https://maven.fabricmc.net/' }
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Uniform'
|
|
include(
|
|
'common',
|
|
|
|
// Server Plugins
|
|
'paper',
|
|
'bukkit',
|
|
// 'sponge-11',
|
|
|
|
// Proxy Plugins
|
|
'velocity',
|
|
|
|
// Fabric Server-Side Mods
|
|
// 'fabric-1.20.1',
|
|
// 'fabric-1.21',
|
|
|
|
// Example plugin
|
|
'example-plugin'
|
|
) |