[build] Restructure to composite build
This commit is contained in:
11
tweed5/weaver-pojo-attributes-extension/build.gradle.kts
Normal file
11
tweed5/weaver-pojo-attributes-extension/build.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id("de.siphalor.tweed5.base-module")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":tweed5-weaver-pojo"))
|
||||
api(project(":tweed5-attributes-extension"))
|
||||
|
||||
testImplementation(project(":tweed5-default-extensions"))
|
||||
testImplementation(project(":tweed5-serde-hjson"))
|
||||
}
|
||||
Reference in New Issue
Block a user