set to snapshot

This commit is contained in:
金戟
2020-12-05 09:37:31 +08:00
parent ad63de628d
commit b74b21cae6
8 changed files with 15 additions and 15 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')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.3.2')
testRuntimeOnly('com.alibaba.testable:testable-agent:0.3.2')
testImplementation('com.alibaba.testable:testable-processor: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 {