We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d6327 commit 6c610daCopy full SHA for 6c610da
build.gradle.kts
@@ -16,7 +16,7 @@ allprojects {
16
apply(plugin = "jacoco")
17
18
group = "cc.unitmesh"
19
- version = "0.2.4"
+ version = "0.3.0"
20
21
repositories {
22
mavenCentral()
rag-script/src/test/kotlin/cc/unitmesh/apply/WorkflowTest.kt
@@ -75,10 +75,8 @@ class WorkflowTest {
75
76
indexing {
77
val cliUrl = "https://github.com/archguard/archguard/releases/download/v2.0.7/scanner_cli-2.0.7-all.jar"
78
-
79
- val outputFile = Exec().runJar(
80
- Http.download(cliUrl),
81
- args = listOf(
+ Exec().runJar(
+ Http.download(cliUrl), args = listOf(
82
"--language", "Kotlin",
83
"--output", "json",
84
"--path", ".",
0 commit comments