mirror of
https://github.com/alibaba/testable-mock.git
synced 2026-08-22 19:23:29 +08:00
set to snapshot
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user