LightGuard / asciidoc-splitter

A splitter utility for helping create modular docs from chapter files.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Build failure #83

Closed bhardesty closed 3 years ago

bhardesty commented 3 years ago

I tried installing asciidoc-splitter, but the build fails each time with the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project asciidoc-splitter: Fatal error compiling: invalid flag: --release -> [Help 1]

LightGuard commented 3 years ago

Thanks, I'll take a look.

LightGuard commented 3 years ago

Which version of maven are you using and what is the command you're executing?

LightGuard commented 3 years ago

I just ran the following:

./mvnw clean install

From the project directory and everything went through just fine.

bhardesty commented 3 years ago

Thanks - I just updated maven and asciidoc-splitter builds fine now. Sorry for the false alarm; I didn't even think about the fact that my maven install was (very) out of date.