react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
174 stars 81 forks source link

feat: stop overriding jvmargs by default #173

Open devnev opened 1 year ago

devnev commented 1 year ago

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

fotos commented 3 months ago

@devnev is this still relevant? Shall I mark it as a breaking change and merge it?