react-native-circleci-orb
react-native-circleci-orb copied to clipboard
feat: stop overriding jvmargs by default
By default, builds will use org.gradle.jvmargs defined in the gradle.properties file.
As discussed in #171.
Validated with ./scripts/pack.sh && circleci orb validate packed-orb.yml
@devnev is this still relevant? Shall I mark it as a breaking change and merge it?