ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
200 stars 51 forks source link

RedisBungee-Velocity Maven Sub-module does not compile on jitpack #52

Closed Simonsator closed 1 year ago

Simonsator commented 1 year ago

I am using this Maven pom:

    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>com.github.limework.redisbungee</groupId>
            <artifactId>RedisBungee-Velocity</artifactId>
            <version>0.8.0-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

Maven is unable to find the dependency RedisBungee-Velocity in jitpack.io. It seems like the artifact was not uploaded to Jitpack.io or under the wrong name.

ham1255 commented 1 year ago

It should be uploaded as logs confirm it

ham1255 commented 1 year ago

[INFO] RedisBungee-Velocity ............................... FAILURE [ 16.033 s] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project RedisBungee-Velocity: Fatal error compiling: invalid target release: 11

found that in jitpack log

ham1255 commented 1 year ago

try this now:


<dependency>
        <groupId>com.github.limework.redisbungee</groupId>
        <artifactId>RedisBungee</artifactId>
        <version>0.8.0-FixJitPack</version>
         <scope>provided</scope>
</dependency>
ham1255 commented 1 year ago

https://github.com/ProxioDev/RedisBungee/commit/21f543581ca81b6ea5154c41b1df7dcb784f4b60