You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Build: Add jvm target to point to java 8 to kotlin options
This change is necessary because otherwise the build fails with the
below exception:
------------------------------------------------------------------------
> Task :fluxc-processor:kaptGenerateStubsKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':fluxc-processor:kaptGenerateStubsKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileJava'
(1.7) and 'kaptGenerateStubsKotlin' (17).
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
Learn more about JVM-target validation: https://kotl.in/gradle/jvm/
target-validation
0 commit comments