Skip to content

Commit

Permalink
add install dist as default target
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Apr 18, 2024
1 parent ccfe192 commit dc0e75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zulia-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {

description = "Zulia Tools"

defaultTasks("build", "installDist")

dependencies {
annotationProcessor(libs.picocli.codegen)
implementation(projects.zuliaClient)
Expand Down

0 comments on commit dc0e75b

Please sign in to comment.