Traneptora / jxlatte

Java JPEG XL decoder
MIT License
41 stars 6 forks source link

Publish artifacts to GitHub release or Maven Central #8

Closed Ali-RS closed 1 year ago

Ali-RS commented 1 year ago

Hi,

Can you please publish the prebuilt artifacts to the GitHub release page or Maven Central? (Possibly using GitHub actions)

hYdos commented 1 year ago

@thebombzen This is why we need either Gradle (build.gradle or build.gradle.kts) or Maven. (pom.xml) (you pick, I honestly don't care how you do it, It just needs to get done)

Traneptora commented 1 year ago

It doesn't need to get done. You can add a jar to your classpath like any library.

hYdos commented 1 year ago

If you want to take this seriously and get people to actually be able to use it with a proper build system, You do need to do it. Adding it to the classpath from a jar is some C level poor design