[ ] I've ensured the unit and smoke tests are still passing - either by running yarn test:unit and yarn test:smoke:[ios|android] or by checking the appropriate CircleCI builds' statuses.
[ ] I've manually tested whether the changes I made work as expected.
Motivation and Context
Next SDK will require jdk11
Description
Remove requirement for jdk8 from turtle-cli
Install jdk 11 for cloud builds
Tested sdk-44 with turtle-cli
Tested on staing with all sdk from 44 to 39 (for older ones I was not able to publish the bundle on init project)
Checklist
yarn test:unit
andyarn test:smoke:[ios|android]
or by checking the appropriate CircleCI builds' statuses.Motivation and Context
Next SDK will require jdk11
Description
Remove requirement for jdk8 from turtle-cli Install jdk 11 for cloud builds
Tested sdk-44 with turtle-cli Tested on staing with all sdk from 44 to 39 (for older ones I was not able to publish the bundle on init project)