1 Star 0 Fork 0

苗晓雨/testng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle.kts 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
includeBuild("build-logic")
}
rootProject.name = "testng-root"
plugins {
`gradle-enterprise`
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
// Sorted by name
include(":testng")
include(":testng-api")
include(":testng-asserts")
include(":testng-bom")
include(":testng-collections")
include(":testng-core")
include(":testng-core-api")
include(":testng-reflection-utils")
include(":testng-runner-api")
include(":testng-test-kit")
include(":testng-test-osgi")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
for (project in rootProject.children) {
project.apply {
buildFileName = "${project.name}-build.gradle.kts"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mxy8086/testng.git
git@gitee.com:mxy8086/testng.git
mxy8086
testng
testng
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385