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

fixes java lint errors and adds check to CI #1380

Merged
merged 3 commits into from
Jun 19, 2021

Conversation

andresesfm
Copy link
Contributor

No description provided.

@andresesfm andresesfm added dependencies Pull requests that update a dependency file ⓐ amazon 🍗 enhancement New feature or request 🏃🏻‍♀️ in progress Currently working on 👷‍♀️ build Build issue 💨 ci Continuous integration 🤖 android Related to android labels Jun 16, 2021
@andresesfm andresesfm removed the 🏃🏻‍♀️ in progress Currently working on label Jun 17, 2021
Copy link
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -28,14 +28,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
Copy link
Owner

Choose a reason for hiding this comment

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

Why 11 and not 14 if you want to upgrade?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

11 is the one that ships with Android studio and the one needed to run the Google check style gradle plugin 😄

@hyochan hyochan merged commit 2319e70 into hyochan:master Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ⓐ amazon 🤖 android Related to android 👷‍♀️ build Build issue 💨 ci Continuous integration dependencies Pull requests that update a dependency file 🍗 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants