-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include support for Gradle and Maven #7
Comments
I've never actually worked with either. If you think it's worth adding, you can submit a PR. |
I will do if You get me permissions. |
I will look into publishing it on Maven central. |
Okay, so I think I have set it all up now. Give it a try and let me know if everything works :) https://central.sonatype.com/artifact/io.github.mudbill/dds-lwjgl For Maven: <dependency>
<groupId>io.github.mudbill</groupId>
<artifactId>dds-lwjgl</artifactId>
<version>2.1.1</version>
</dependency> I might consider moving the package namespace within to match the github namespace I used for the artifact. Although I technically own both, I just found this to be easier. |
Unfortunately I can't use this build. That means You use 21 version of jdk to build lib. It is pretty modern and so many platforms still use 17th.) |
Alright, I will look to fix this shortly. Just an oversight on my part – the code should compile fine for JDK 8. |
I've published a new version: 3.0.0. I also optimized some of the dependencies and such. I decided to go with LWJGL version 3.3.0, although it's possible it's supported further back. I'd have to test that. However I made 1 breaking change (hence the major version): I updated the package to better reflect its component artifact on Central. Instead of importing |
Now It is working well. |
Fantastic, great to know! Closing this one now. |
Just a quick suggestion on making it available on Gradle and Maven platforms. You can check at https://jitpack.io but you only need a build file I believe.
The text was updated successfully, but these errors were encountered: