feat: support probe shell generation

This commit is contained in:
ReaJason
2025-08-11 01:05:52 +08:00
parent dbf120ed9b
commit d58c1cb349
304 changed files with 59084 additions and 1454 deletions
+7
View File
@@ -1,11 +1,18 @@
plugins {
id("java")
id("idea")
alias(libs.plugins.lombok)
}
group = "io.github.reajason"
version = rootProject.version
idea {
module {
excludeDirs.add(file("src/main"))
}
}
dependencies {
testImplementation(project(":memshell-party-common"))
testImplementation(project(":tools:behinder"))