Ai
6 Star 50 Fork 7

simple-robot/simpler-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle.kts 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright (c) 2021-2025. ForteScarlet.
*
* Project https://github.com/simple-robot/simpler-robot
* Email ForteScarlet@163.com
*
* This file is part of the Simple Robot Library (Alias: simple-robot, simbot, etc.).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser 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 in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser GNU General Public License for more details.
*
* You should have received a copy of the Lesser GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
rootProject.name = "simple-robot"
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
// mavenLocal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
// benchmarks
// include(":benchmarks:v4-v3-core-benchmark")
// internals
include(":internal-processors:interface-uml-processor")
// gradle
// include(":simbot-gradles:simbot-gradle-plugin")
include(":simbot-gradles:simbot-gradle-suspendtransforms")
// processors
include("simbot-processors:simbot-processor-message-element-polymorphic-include")
include("simbot-processors:class-builder:simbot-processor-class-builder")
include("simbot-processors:class-builder:simbot-processor-class-builder-annotation")
include("simbot-processors:class-builder:simbot-processor-class-builder-test")
include(":simbot-commons:simbot-common-annotations")
include(":simbot-commons:simbot-common-collection")
include(":simbot-commons:simbot-common-streamable")
include(":simbot-commons:simbot-common-atomic")
include(":simbot-commons:simbot-common-apidefinition")
include(":simbot-commons:simbot-common-core")
include(":simbot-commons:simbot-common-ktor-inputfile")
include(":simbot-commons:simbot-common-suspend-runner")
include(":simbot-commons:simbot-common-stage-loop")
include(":simbot-api")
include(":simbot-test")
include(":simbot-cores:simbot-core")
include(":simbot-logger")
include(":simbot-logger-slf4j2-impl")
// include(":simbot-quantcat:simbot-quantcat-annotations")
include(":simbot-quantcat:simbot-quantcat-common")
include(":simbot-cores:simbot-core-spring-boot-starter-common")
include(":simbot-cores:simbot-core-spring-boot-starter") // v3
include(":simbot-cores:simbot-core-spring-boot-starter-v2")
// extensions
include(":simbot-extensions:simbot-extension-continuous-session")
// local tests
include(":tests:spring-boot-starter-test")
// local
// if (!(System.getProperty("IS_CI") ?: System.getenv("IS_CI")).toBoolean()) {
// include(":tests:native-impl-test")
// }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/simple-robot-project/simpler-robot.git
git@gitee.com:simple-robot-project/simpler-robot.git
simple-robot-project
simpler-robot
simpler-robot
v4-main

搜索帮助