Skip to content

Commit

Permalink
fix justfile - besom-model module did not have no-bloop var renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Oct 2, 2024
1 parent ea877a8 commit e2fb1cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -385,23 +385,23 @@ clean-cfg: clean-cfg-lib clean-cfg-containers clean-cfg-k8s

# Compiles model module
compile-model:
scala-cli --power compile {{no-bloop-ci}} model --suppress-experimental-feature-warning
scala-cli --power compile {{no-bloop}} model --suppress-experimental-feature-warning

# Runs tests for model module
test-model:
scala-cli --power test {{no-bloop-ci}} model --suppress-experimental-feature-warning
scala-cli --power test {{no-bloop}} model --suppress-experimental-feature-warning

# Cleans model module
clean-model:
scala-cli --power clean model

# Publishes locally model module
publish-local-model: test-model
scala-cli --power publish local {{no-bloop-ci}} model --project-version {{besom-version}} --suppress-experimental-feature-warning
scala-cli --power publish local {{no-bloop}} model --project-version {{besom-version}} --suppress-experimental-feature-warning

# Publishes model module
publish-maven-model: test-model
scala-cli --power publish {{no-bloop-ci}} model --project-version {{besom-version}} {{publish-maven-auth-options}} --suppress-experimental-feature-warning
scala-cli --power publish {{no-bloop}} model --project-version {{besom-version}} {{publish-maven-auth-options}} --suppress-experimental-feature-warning

####################
# Codegen
Expand Down

0 comments on commit e2fb1cc

Please sign in to comment.