bump to v0.6.3

This commit is contained in:
金戟
2021-04-18 10:26:06 +08:00
parent 9c09bf9653
commit 9d6e4dd1fa
16 changed files with 49 additions and 35 deletions

View File

@@ -14,8 +14,8 @@ repositories {
dependencies {
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
testImplementation 'org.spockframework:spock-core:2.0-M5-groovy-3.0'
testImplementation('com.alibaba.testable:testable-all:0.6.2')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.2')
testImplementation('com.alibaba.testable:testable-all:0.6.3')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.3')
}
tasks.withType(JavaCompile) {

View File

@@ -12,7 +12,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<testable.version>0.6.2</testable.version>
<testable.version>0.6.3</testable.version>
</properties>
<dependencyManagement>