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
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'cli'.
> Could not open cp_proj generic class cache for build file '/home/jonathan/.cache/paru/clone/crowdin-cli/src/crowdin-cli/build.gradle' (/home/jonathan/.gradle/caches/8.5/scripts/hrcgm5tvxpmbkpbvbkyqoaj).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 66
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 13s
To Reproduce
Steps to reproduce the behavior:
Try to install crowdin-cli with java != 17 (e.g. install latest java)
The user could also have multiple java versions installed.
The text was updated successfully, but these errors were encountered:
The currently used gradlew version does not support the latest java.
To fix this, specify java-environment=17 and put any jdk17 to the front
of PATH, in case a jdk17 is not currently selected by the user.
And:
- remove _pkgBuildVersion, use $pkgver
- install license
Closes: crowdin#847
Describe the bug
The AUR package does not build:
To Reproduce
Steps to reproduce the behavior:
crowdin-cli
with java != 17 (e.g. install latest java)The user could also have multiple java versions installed.
The text was updated successfully, but these errors were encountered: