Skip to content

Commit d6780e8

Browse files
rlaope-aiclaude
andcommitted
chore: bump version to 0.4.0 and fix fatJar task dependency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d35f8df commit d6780e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

argus-cli/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tasks.jar {
1919

2020
// Fat JAR for standalone execution
2121
tasks.register<Jar>("fatJar") {
22+
dependsOn(tasks.jar, ":argus-core:jar")
2223
archiveClassifier.set("all")
2324
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
2425
manifest {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
argusVersion=0.3.0
1+
argusVersion=0.4.0
22
nettyVersion=4.1.104.Final
33
junitVersion=5.10.1

0 commit comments

Comments
 (0)