nulli0n / NexEngine-spigot

GNU General Public License v3.0
38 stars 34 forks source link

Add compatibility with jitpack.io #44

Closed ks-hl closed 2 months ago

ks-hl commented 1 year ago

This PR allows NexEngine to be used as a Maven dependency through jitpack.io

i.e


    <dependency>
        <groupId>com.github.nulli0n</groupId>
        <artifactId>NexEngine-spigot</artifactId>
        <version>v2.2.11</version>
    </dependency>```

Edit: The intention is to make ExcellentCrates also usable through Jitpack, but this dependency must be accessible through Maven first.
nulli0n commented 1 year ago

How does this works?

ks-hl commented 1 year ago

How does this works?

It basically just fixes an issue with encoding and also the jitpack.yml gives instructions for the jitpack compiler so it forces it to use Java 16 vice 8. Does not affect anything with the project itself.