update docs and bump version to 0.4.1

This commit is contained in:
金戟
2020-12-12 00:05:53 +08:00
parent 2bdad3c1f6
commit 2dea6f9480
18 changed files with 38 additions and 36 deletions

View File

@@ -12,8 +12,8 @@ repositories {
dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('com.alibaba.testable:testable-all:0.4.0')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.0')
testImplementation('com.alibaba.testable:testable-all:0.4.1')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.1')
}
test {

View File

@@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit.version>5.6.2</junit.version>
<testable.version>0.4.0</testable.version>
<testable.version>0.4.1</testable.version>
</properties>
<dependencies>

View File

@@ -16,8 +16,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
testImplementation("com.alibaba.testable:testable-all:0.4.0")
testAnnotationProcessor("com.alibaba.testable:testable-processor:0.4.0")
testImplementation("com.alibaba.testable:testable-all:0.4.1")
testAnnotationProcessor("com.alibaba.testable:testable-processor:0.4.1")
}
tasks.withType<KotlinCompile> {

View File

@@ -14,7 +14,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit.version>5.6.2</junit.version>
<testable.version>0.4.0</testable.version>
<testable.version>0.4.1</testable.version>
</properties>
<dependencies>