cichte

Results 4 comments of cichte

Hi, love the lib, but also get the error: **automatic module cannot be used with jlink: org.commonmark**. I am developing on JDK 16.0.2 and have to build the app with...

The artifact com.atlassian.commonmark from here ->https://github.com/xzel23/commonmark-java caused an error because was moved as describe here https://mvnrepository.com/artifact/com.atlassian.commonmark/commonmark to here https://mvnrepository.com/artifact/org.commonmark/commonmark/0.18.1 This was the artifact i used: ``` org.commonmark commonmark 0.18.1 `...

Thank you for the hint. I tried now all Versions from 0.13.1 up to 0.16.1 ... all with the same result: ``` Error: automatic module cannot be used with jlink:...

> Yes there aren't. Why are you using the ones without them? Just use the ones with them. Seems the maven-repos are outdated, or wrong? I cloned the git-repo now...