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
Describe the bug
I downloaded installed crowdin-cli.zip, unpacked it and installed with:
$ sudo ./install-crowdin-cli.sh
[sudo] password for user:
Checking JAVA installation...
/usr/bin/java
Checking JAVA version...
Your Java version is 11 - OK
Installing Crowdin CLI...
Crowdin CLI installed!
To Reproduce
$ crowdin
Error: LinkageError occurred while loading main class com.crowdin.cli.Cli
java.lang.UnsupportedClassVersionError: com/crowdin/cli/Cli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Expected behavior
it should work like version 3.19.4 was. Also the installation scripts says Your Java version is 11 - OK
Environment:
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered:
Describe the bug
I downloaded installed crowdin-cli.zip, unpacked it and installed with:
To Reproduce
Expected behavior
it should work like version 3.19.4 was. Also the installation scripts says
Your Java version is 11 - OK
Environment:
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: