Skip to content

Commit 6c610da

Browse files
committed
chore: release for 0.3.0
1 parent 31d6327 commit 6c610da

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply(plugin = "jacoco")
1717

1818
group = "cc.unitmesh"
19-
version = "0.2.4"
19+
version = "0.3.0"
2020

2121
repositories {
2222
mavenCentral()

rag-script/src/test/kotlin/cc/unitmesh/apply/WorkflowTest.kt

+2-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ class WorkflowTest {
7575

7676
indexing {
7777
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(
78+
Exec().runJar(
79+
Http.download(cliUrl), args = listOf(
8280
"--language", "Kotlin",
8381
"--output", "json",
8482
"--path", ".",

0 commit comments

Comments
 (0)