X Tutup
The Wayback Machine - https://web.archive.org/web/20210505060435/https://github.com/realm/realm-java/pull/4899
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

Update android gradle plugin to 3.0.0-beta7 #4899

Merged
merged 53 commits into from Oct 12, 2017
Merged

Update android gradle plugin to 3.0.0-beta7 #4899

merged 53 commits into from Oct 12, 2017

Conversation

@zaki50
Copy link
Contributor

@zaki50 zaki50 commented Jul 3, 2017

I've fixed all issues and we can merge this PR after the review. @realm/java

PR contains following changes.

  1. Updating Android Gradle Plugin to 3.0.0-beta7
  2. Removing work-around in gradle wrapper
  3. Updatig Gradle wrapper to 4.2.1
  4. Enabling new dex compiler (D8) in example projects

This PR still has some issues.

  1. First execution of publishToMavenLocal task in realm/realm-library project after clean fails if gradle daemon is not used. Gradle doesn't execute assemble task in that case (build.gradle contains explicit dependency to assemble task, no idea why not executed).
    Second time s always fine.
    <- fixed by adding more task dependencies

  2. CMake build fails. This is caused by https://issuetracker.google.com/issues/65336086 and the status of the issue has become fixed. I think this build failure will be fixed in coming android gradle plugin. <- fixed in 3.0.0-beta7

zaki50 added 9 commits Jul 3, 2017
This reverts commit e47c3e8.
zaki50 added 2 commits Jul 4, 2017
@zaki50 zaki50 changed the title update android gradle plugin to 3.0.0-alpha5 update android gradle plugin to 3.0.0-alpha6 Jul 11, 2017
@zaki50 zaki50 changed the title update android gradle plugin to 3.0.0-alpha6 update android gradle plugin to 3.0.0-alpha7 Jul 18, 2017
@zaki50 zaki50 changed the title update android gradle plugin to 3.0.0-alpha7 update android gradle plugin to 3.0.0-alpha9 Aug 6, 2017
@zaki50
Copy link
Contributor Author

@zaki50 zaki50 commented Sep 4, 2017

3.0.0-beta4 has been released but it does not seem to allow specifying -DCMAKE_TOOLCHAIN_FILE and that causes compilation error.

I've made an issue
https://issuetracker.google.com/issues/65336086

@zaki50 zaki50 changed the title Update android gradle plugin to 3.0.0-beta2 Update android gradle plugin to 3.0.0-beta5 Sep 10, 2017
@zaki50 zaki50 changed the title Update android gradle plugin to 3.0.0-beta5 Update android gradle plugin to 3.0.0-beta6 Sep 16, 2017
@zaki50 zaki50 changed the title Update android gradle plugin to 3.0.0-beta6 Update android gradle plugin to 3.0.0-beta7 Oct 4, 2017
@beeender beeender merged commit 19a434d into releases Oct 12, 2017
1 check passed
1 check passed
@realm-ci
continuous-integration/jenkins/pr-head This commit looks good
Details
@beeender beeender deleted the my/agp_3.0-alpha5 branch Oct 12, 2017
@zaki50
Copy link
Contributor Author

@zaki50 zaki50 commented Oct 12, 2017

🎉

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

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup