Skip to content

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

Merged
daniloercoli merged 1 commit intogutenberg/android_x_migrationfrom
fix/guteberg/android_x_build
Jun 18, 2019
Merged

Gutenberg/Android X: Apply Java 1.8 compileOptions even when building from binaries#10055
daniloercoli merged 1 commit intogutenberg/android_x_migrationfrom
fix/guteberg/android_x_build

Conversation

@jtreanor
Copy link
Copy Markdown
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
Copy Markdown
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