blob: be0b77d70139aa613a2d7e5823ba085df3723e6c [file] [log] [blame]
plugins {
id("gradlebuild.distribution.implementation-java")
}
gradlebuildJava.usedInWorkers()
dependencies {
implementation(project(":base-services"))
implementation(project(":logging"))
implementation(project(":messaging"))
implementation(project(":native"))
implementation(project(":process-services"))
testImplementation(testFixtures(project(":core")))
}