Skip to content

Commit

Permalink
chore: align to AutoDev Coder to publish 0.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 5, 2024
1 parent a2b7ac0 commit 5e837ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
}

group = "cc.unitmesh"
version = "0.3.3"
version = "0.4.0"

java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@ class RustTestCodeService(val job: JobContext) : UnitTestService {
return "$pkg::$funcName"
}

override fun build(dataStruct: CodeDataStruct): List<TypedTestIns> {
return emptyList()
}
override fun build(dataStruct: CodeDataStruct): List<TypedTestIns> = emptyList()
}

0 comments on commit 5e837ae

Please sign in to comment.