Skip to content

Commit

Permalink
Merge pull request #2408 from apache/CAUSEWAY-3735
Browse files Browse the repository at this point in the history
CAUSEWAY-3735: fixes copy/paste error in global config prop that is u…
  • Loading branch information
danhaywood authored May 13, 2024
2 parents f4096a4 + ec3fa58 commit 720debb
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
Empty file modified build-core.sh
100644 → 100755
Empty file.
Empty file modified build-demo-app.sh
100644 → 100755
Empty file.
Empty file modified build-site.sh
100644 → 100755
Empty file.
Empty file modified build-smoketests.sh
100644 → 100755
Empty file.
Empty file modified build-tooling.sh
100644 → 100755
Empty file.
Empty file modified build.sh
100644 → 100755
Empty file.
Empty file modified changed.sh
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static ExecutionPublishingFacet create(
}
} else {
// we are dealing with an action
val actionPublishingPolicy = ActionConfigOptions.actionCommandPublishingPolicy(configuration);
val actionPublishingPolicy = ActionConfigOptions.actionExecutionPublishingPolicy(configuration);
switch (actionPublishingPolicy) {
case NONE:
return new ExecutionPublishingFacetForActionFromConfiguration.None(holder);
Expand Down
Empty file modified dependency-graph.sh
100644 → 100755
Empty file.
Empty file modified docker-run-demo.sh
100644 → 100755
Empty file.
Empty file modified enhance.sh
100644 → 100755
Empty file.
Empty file modified gitcommit.sh
100644 → 100755
Empty file.
Empty file modified github-pr.sh
100644 → 100755
Empty file.
Empty file modified gitrmb.sh
100644 → 100755
Empty file.
Empty file modified preview.sh
100644 → 100755
Empty file.
Empty file modified serve-timeline.sh
100644 → 100755
Empty file.
Empty file modified sync-adoc.sh
100644 → 100755
Empty file.

0 comments on commit 720debb

Please sign in to comment.