Skip to content

Commit

Permalink
Merge pull request #202 from bmarwell/invoker_streams
Browse files Browse the repository at this point in the history
[#179] do not stream invoker logs by default.
  • Loading branch information
sparsick authored Feb 23, 2021
2 parents b20fe87 + e12e50c commit 56b708c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ jobs:


- name: Build with Maven
run: mvn --batch-mode --errors package --file pom.xml
run: mvn --batch-mode --errors package --file pom.xml '-Dinvoker.streamLogs=true'

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@
<configuration>
<addTestClassPath>true</addTestClassPath>
<projectsDirectory>src/test/integration</projectsDirectory>
<streamLogs>true</streamLogs>
<showErrors>true</showErrors>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<pomIncludes>
Expand Down

0 comments on commit 56b708c

Please sign in to comment.