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

Gutenberg/Android X: Apply Java 1.8 compileOptions even when building from binaries #10055

Merged

Conversation

jtreanor
Copy link
Contributor

I added this conditional in #9882 in order to fix tests after react-native-video was introduced. It does not seem to be needed anymore and removing it should unblock the Android X migration (#10020).

It will fix the build on #10020 with wp.BUILD_GUTENBERG_FROM_SOURCE=false.

To test:

With wp.BUILD_GUTENBERG_FROM_SOURCE=false:

  • ./gradlew WordPress:assembleVanillaDebug
  • ./gradlew WordPress:assembleVanillaDebugAndroidTest

With wp.BUILD_GUTENBERG_FROM_SOURCE=true:

  • ./gradlew WordPress:assembleVanillaDebug
  • ./gradlew WordPress:assembleVanillaDebugAndroidTest

Update release notes:

  • If there are user facing changes, I have added an item to RELEASE-NOTES.txt.

@jtreanor jtreanor added this to the 12.8 milestone Jun 18, 2019
@jtreanor jtreanor requested a review from marecar3 June 18, 2019 08:28
@daniloercoli daniloercoli self-requested a review June 18, 2019 09:18
Copy link
Contributor

@daniloercoli daniloercoli left a comment

Choose a reason for hiding this comment

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

Looks good! Will merge this PR.

@daniloercoli daniloercoli merged commit 1fba7fb into gutenberg/android_x_migration Jun 18, 2019
@daniloercoli daniloercoli deleted the fix/guteberg/android_x_build branch June 18, 2019 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants