Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): rebuilds should release gradle file locks #338

Closed
wants to merge 1 commit into from
Closed

fix(android): rebuilds should release gradle file locks #338

wants to merge 1 commit into from

Conversation

jquick-axway
Copy link
Contributor

@jquick-axway jquick-axway commented May 19, 2020

JIRA:
https://jira.appcelerator.org/browse/TIMOB-27882

Summary:

  • Updated hyperloop version to 5.0.4.
  • Updated Android min Titanium SDK version to 9.0.2.
    • Depends on new gradle-wrapper.js APIs.
  • Hyperloop clean now runs gradle "clean" task to release gradle daemon's file locks.
    • Was preventing Windows from deleting files when building with Titanium 9.0.1.

- Updated hyperloop version to 5.0.4.
- Updated Android min Titanium SDK version to 9.0.2.
  * Depends on new "gradle-wrapper.js" APIs.
- Modified hyperloop clean to run gradle "clean" task to release gradle daemon's file locks.
  * File locks were preventing Windows from deleting files when building with Titanium 9.0.1.
Copy link
Contributor

@garymathews garymathews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: PASS

@jquick-axway
Copy link
Contributor Author

I don't think we need this change anymore. My Titanium SDK change will stop the gradle daemon before this module's build hook can. I'll wait for @ssjsamir to confirm it via PR below.
tidev/titanium-sdk#11712

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants