react-native-circleci-orb
react-native-circleci-orb copied to clipboard
fix: remove _JAVA_OPTIONS parameter & environment
Users should set org.gradle.jvmargs in their gradle.properties instead. This fixes #171 where build failures caused by the unexpected output from java commands.
BREAKING CHANGE: The java_options parameter has been removed. Specify your JVM options in the gradle.properties file or in the gradle_options with -Dorg.gradle.jvmargs= instead.
Have checked
./scripts/pack.sh && circleci orb validate packed-orb.yml
Orb at `packed-orb.yml` is valid.
Indeed. Is there anything else worth updating as part of a breaking change? Could bump the default for build_image_version, node_version, xcode_version.
Also worth noting for this PR that UseContainerSupport is enabled by default
Do I need to do anything so that the semver bot understands the breaking change?
Do I need to do anything so that the semver bot understands the breaking change?
Yup we use semantic-release:
https://semantic-release.gitbook.io/semantic-release/v/beta/
So your PR/Commit message should be updated
Can this PR get merged?
:tada: This PR is included in version 8.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: