PseudoResonance / Pixy2JavaAPI

Pixy2 API ported to Java for FIRST Robotics RoboRIO
37 stars 11 forks source link

Create jitpack.yml to use JDK11 #17

Closed democat3457 closed 6 months ago

democat3457 commented 6 months ago

Allows jitpack to build and host your artifact, which should get around issues with #16 and eliminate the need for you to host the maven.

You can see the repo on jitpack at https://jitpack.io/#PseudoResonance/Pixy2JavaAPI, notice that the build is failing because it defaults to Java 8- this PR changes the version to Java 11 for successful compilation (this build log of the branch shows that it will successfully compile)