Skip to content

Commit

Permalink
chore: release for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 20, 2023
1 parent 31d6327 commit 6c610da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply(plugin = "jacoco")

group = "cc.unitmesh"
version = "0.2.4"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down
6 changes: 2 additions & 4 deletions rag-script/src/test/kotlin/cc/unitmesh/apply/WorkflowTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ class WorkflowTest {

indexing {
val cliUrl = "https://github.com/archguard/archguard/releases/download/v2.0.7/scanner_cli-2.0.7-all.jar"

val outputFile = Exec().runJar(
Http.download(cliUrl),
args = listOf(
Exec().runJar(
Http.download(cliUrl), args = listOf(
"--language", "Kotlin",
"--output", "json",
"--path", ".",
Expand Down

0 comments on commit 6c610da

Please sign in to comment.