react-native-circleci-orb-bot
released this
23 May 10:53
·
2 commits
to main
since this release
8.0.0 (2024-05-23)
Bug Fixes
-
remove _JAVA_OPTIONS parameter & environment (closes #171) (d737af9)
-
Merge pull request #172 from devnev/no-java-options-env (a7d373e), closes #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.