Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Apr 5, 2023
1 parent 94d37c6 commit 5f051a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ description = "Run unit tests"
[tasks.build-connector-node]
category = "RiseDev - Components"
dependencies = ["prepare"]
condition = { files_modified = { input = [
condition = { env_set = ["ENABLE_BUILD_RW_CONNECTOR"], files_modified = { input = [
"./java/connector-node/**/*.java",
], output = [
"./java/connector-node/assembly/target/*",
Expand Down

0 comments on commit 5f051a0

Please sign in to comment.