eoc
eoc copied to clipboard
`eoc --blind link` execution fails with Unsupported 'release version 11' error
trafficstars
I have eoc 0.33.0, Java 21, Maven 3.8.7. I ran eoc --blind link for app.eo:
# Just prints hello.
[args] > app
QQ.io.stdout > @
"Hello, world!\n"
And got this error:
EO objects registered in .eoc/eo-foreign.json
EO program assembled in .eoc in 17s
EO program linted in .eoc
Dependencies resolved in .eoc/eo/6-resolve
Dependencies placed in .eoc/classes
Java sources generated in .eoc/generated-sources
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project eoc: Fatal error compiling: error: release version 11 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The command "/usr/local/lib/node_modules/eolang/mvnw/mvnw test-compile -Deo.version=0.58.6 -Deo.tag=0.58.6 --quiet -Deo.sourcesDir=/home/tihiyn/eo_test -Deo.targetDir=/home/tihiyn/eo_test/.eoc -Deo.outputDir=/home/tihiyn/eo_test/.eoc/classes -Deo.generatedDir=/home/tihiyn/eo_test/.eoc/generated-sources -Deo.placed=/home/tihiyn/eo_test/.eoc/eo-placed.csv -Deo.placedFormat=csv --batch-mode --color=never --update-snapshots --fail-fast --strict-checksums" exited with objectionary/eo#1 code