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
# [8.0.0](v7.4.0...v8.0.0) (2024-05-23)
### Bug Fixes
* remove _JAVA_OPTIONS parameter & environment (closes [#171](#171)) ([d737af9](d737af9))
* Merge pull request #172 from devnev/no-java-options-env ([a7d373e](a7d373e)), closes [#172](#172)
### BREAKING CHANGES
* 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.
* Merge pull request #172 from devnev/no-java-options-env ([a7d373e](https://github.com/react-native-community/react-native-circleci-orb/commit/a7d373e)), closes [#172](https://github.com/react-native-community/react-native-circleci-orb/issues/172)
10
+
11
+
12
+
### BREAKING CHANGES
13
+
14
+
* 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.
0 commit comments