extra common configure to parent pom

This commit is contained in:
金戟
2020-12-08 16:22:14 +08:00
parent da650eb14d
commit 495c08f716
10 changed files with 83 additions and 163 deletions

View File

@@ -12,9 +12,8 @@ repositories {
dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT')
testImplementation('com.alibaba.testable:testable-all:0.3.3-SNAPSHOT')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT')
testRuntimeOnly('com.alibaba.testable:testable-agent:0.3.3-SNAPSHOT')
}
test {