|
pluginManagement {
|
|
includeBuild("build-logic")
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
|
|
}
|
|
|
|
rootProject.name = "docthor"
|
|
include(
|
|
"app",
|
|
"libraries:tfidf",
|
|
"libraries:textprocessing",
|
|
"libraries:fileprocessing",
|
|
)
|