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
- Host: GitHub
- URL: https://github.com/nextjournal/commonmark-java-jitpack-repro
- Owner: nextjournal
- Created: 2024-08-27T14:46:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T08:08:44.000Z (over 1 year ago)
- Last Synced: 2025-07-22T06:02:49.030Z (6 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```