代码拉取完成,页面将自动刷新
/*
* 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")
// }
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。