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

Use latest version of flutter actions #22

Merged
merged 3 commits into from
Oct 15, 2023
Merged

Use latest version of flutter actions #22

merged 3 commits into from
Oct 15, 2023

Conversation

Persson-dev
Copy link
Member

No description provided.

@Persson-dev
Copy link
Member Author

Persson-dev commented Oct 15, 2023

Well, Android is still failing (same error as before)

@hatch01
Copy link
Member

hatch01 commented Oct 15, 2023

Well, Android is still failing

maybe a java version problem

@@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
Copy link
Contributor

Choose a reason for hiding this comment

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

you're building with java 11 (class file v55.0) when java 17 seems to be needed (class file v61.0)

@FlashOnFire
Copy link
Collaborator

It's clearly a java version problem as pointed out by @uku3lig, I was able to build it locally with java 17.

@hatch01 hatch01 merged commit aa42695 into main Oct 15, 2023
5 checks passed
@FlashOnFire FlashOnFire deleted the actions branch October 20, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants