An open API service indexing awesome lists of open source software.

https://github.com/nextjournal/commonmark-java-jitpack-repro

Mini program for bisecting versions of commonmark java compatible with jitpack
https://github.com/nextjournal/commonmark-java-jitpack-repro

Last synced: 5 months ago
JSON representation

Mini program for bisecting versions of commonmark java compatible with jitpack

Awesome Lists containing this project

README

          

# Jitpack Failure Repro

Mini program for bisecting different versions of [commonmark-java](https://github.com/commonmark/commonmark-java) against [jitpack](http://jitpack.io) maven repository. Latest commonmark versions need maven version at least 3.6.3.

```xml

com.github.nextjournal
commonmark-java
0e979ef8f2fcd657214bf37fdd99aea8073068cf

```

Run with

```
mvn compile exec:java -Dexec.mainClass="jitpackfailure.App"
```