Auties00 / Cobalt

Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin
MIT License
648 stars 188 forks source link

[CI] GitHub Actions fail because of Java 21 #506

Open bivashy opened 3 months ago

bivashy commented 3 months ago

Description

Currently, the latest GitHub actions fail and don't return any useful information. For example, #665 fails with an error:

Failed to execute org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cobalt: Fatal error compiling: error: release version 21 not supported -> [Help 1].

And other actions have the same error.

This could be fixed by simply updating the Java version in the build workflow.