Closed Flole998 closed 2 years ago
Can you expand on why this repository needs a jitpack.yml ?
I haven't found the artifacts hosted everywhere else, so I used jitpack to add this project as a dependency to mine. However, your project requires java 11 (as mentioned above) so jitpack won't build this unless it's told to use it, which this file does.
Which artifacts from this project are you using ?
Is your project public (so that I can see how you use mine) ?
I'm using your runtime by adding it as a dependency to my pom.xml. This change basically makes it possible to do that without cloning and building it locally.
If you rather want to provide the maven artifacts through maven central or some other repositories feel free, but there should be at least one repository so it's easy to use and jitpack was the easiest that came to my mind.
As we are using String.strip() which was introduced in java 11 this is required.