Skip to content

Commit

Permalink
kie-kogito-images-1744: Disable question about collecting Quarkus ana…
Browse files Browse the repository at this point in the history
…lytics (apache#1745)
  • Loading branch information
wmedvede authored and rgdoliveira committed Mar 11, 2024
1 parent 4cbe1ac commit 6a29dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ fi
-DskipTests \
-Dquarkus.http.host=0.0.0.0 \
-Dquarkus.test.continuous-testing=${QUARKUS_CONTINUOUS_TESTING:-disabled} \
-Dquarkus.analytics.disabled=${QUARKUS_ANALYTICS_DISABLED:true} \
clean compile quarkus:dev
3 changes: 3 additions & 0 deletions modules/kogito-swf/devmode/runtime/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ envs:
- name: QUARKUS_CONTINUOUS_TESTING
description: Whether to enable Quarkus continous testing on DevMode or not. Default to "disabled".
value: "disabled"
- name: QUARKUS_ANALYTICS_DISABLED
description: Whether to disable the Quarkus analytics data collecting on DevMode or not. Default to "true".
value: "true"
- name: KOGITO_CODEGEN_PROCESS_FAILONERROR
description: Boolean flag that will prevent Dev Mode to crash if the provided workflow is wrong.
value: "false"
Expand Down

0 comments on commit 6a29dd0

Please sign in to comment.