UnifiedPush / flutter-connector

Mirror of https://codeberg.org/UnifiedPush/flutter-connector
Apache License 2.0
31 stars 11 forks source link

android: drop fixed jvmToolchain #152

Closed emersion closed 1 month ago

emersion commented 1 month ago

This forces a specific JVM toolchain version. Fixes the following error:

Could not determine the dependencies of task ':unifiedpush_android:compileReleaseKotlin'.
> Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=8, vendor=any, implementation=vendor-specific} for LINUX on x86_64.
   > No locally installed toolchains match and toolchain download repositories have not been configured.
emersion commented 1 month ago

CI failure is unrelated: https://github.com/UnifiedPush/flutter-connector/pull/153

p1gp1g commented 1 month ago

Thank you, this is superseded by #154