You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ slack.client_secret=
50
50
```
51
51
52
52
5. Configure Runtime
53
-
- Add `-M-Denv=local` and `-M-Danypoint.platform.gatekeeper=disabled` to [Default Runtime Arguments](https://docs.mulesoft.com/anypoint-code-builder/ref-mule-settings)
53
+
- Add `-M-Denv=local`, `-Duser.timezone=UTC` and `-M-Danypoint.platform.gatekeeper=disabled` to [Default Runtime Arguments](https://docs.mulesoft.com/anypoint-code-builder/ref-mule-settings)
54
54
- Select Mule and Java versions
55
55
(click on any xml file in `src/main/mule` -> "Set Versions" button should appear; if not, right-click on any xml file in `src/main/mule` and select `Project Properties`). At the moment, we use Mule 4.6.X and Java 17
56
56
6. Install Java seperately (depends on the system, visit https://www.java.com)
@@ -117,7 +117,7 @@ slack.client_secret=
117
117
- Select the project to launch: `salesforce-data-api`
118
118
- Scroll down, click "Install Runtime" and install `Mule Server 4.6.X`. Once installed and the Studio is restarted (you can trace progress at the right bottom), go back to the menu and select the correct Mule server
119
119
- Click "Apply"
120
-
- Switch to 'Arguments' and add `-M-Denv=local` and `-M-Danypoint.platform.gatekeeper=disabled` to VM arguments
120
+
- Switch to 'Arguments' and add `-M-Denv=local`, `-Duser.timezone=UTC` and `-M-Danypoint.platform.gatekeeper=disabled` to VM arguments
121
121
- Click "Apply"
122
122
- Switch to 'JRE' and make sure that 17+ version is selected
0 commit comments