fully support gradle build and test

This commit is contained in:
金戟
2020-12-01 20:20:44 +08:00
parent 472f90e7e4
commit 001001bfd3
4 changed files with 44 additions and 7 deletions

View File

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