opentcs/settings.gradle
CaiXiang aa56926258
Some checks failed
Gradle Build / build (push) Has been cancelled
Initial commit
2024-11-30 18:36:13 +08:00

25 lines
851 B
Groovy

// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
rootProject.name = 'opentcs'
include 'opentcs-api-base'
include 'opentcs-api-injection'
include 'opentcs-impl-configuration-gestalt'
include 'opentcs-common'
include 'opentcs-commadapter-loopback'
include 'opentcs-strategies-default'
include 'opentcs-kernel-extension-http-services'
include 'opentcs-kernel-extension-rmi-services'
include 'opentcs-kernel'
include 'opentcs-kernelcontrolcenter'
include 'opentcs-plantoverview-base'
include 'opentcs-plantoverview-common'
include 'opentcs-modeleditor'
include 'opentcs-operationsdesk'
include 'opentcs-peripheralcommadapter-loopback'
include 'opentcs-plantoverview-panel-loadgenerator'
include 'opentcs-plantoverview-panel-resourceallocation'
include 'opentcs-plantoverview-themes-default'
include 'opentcs-documentation'