Files
TorchCS-MC/settings.gradle
2026-05-16 03:59:15 +02:00

28 lines
811 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/9.5.0/userguide/multi_project_builds.html in the Gradle documentation.
*/
pluginManagement {
repositories {
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'TorchCS-MC'
include('torchcs:server')
include('torchcs:api')
include('ripper')
project(':torchcs').projectDir = file('src/torchcs')
project(':torchcs:server').projectDir = file('src/torchcs/server')
project(':torchcs:api').projectDir = file('src/torchcs/api')
project(':ripper').projectDir = file('src/ripper')