JnCrMx / discord-game-sdk4j

Java bindings for Discord's Game SDK
MIT License
114 stars 23 forks source link

Maven dependency cannot be resolved for java-impl branch #87

Closed serifpersia closed 2 months ago

serifpersia commented 2 months ago

I'm trying to work on my project that used this dependency but maven gives me error inside eclipse(tried older and new versions same issue) I'm using this code to get the dependency

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

    <dependency>
        <groupId>com.github.JnCrMx</groupId>
        <artifactId>discord-game-sdk4j</artifactId>
        <version>java-impl-SNAPSHOT</version>
    </dependency>

[WARNING] The POM for com.github.JnCrMx:discord-game-sdk4j:jar:java-impl-v0.1-g70b1e9d-210 is missing, no dependency information available

Clicking on log button on the jitpack io site shows file not found for java-impl and if I try to see log for master snapshot build log fine. EDIT: Seems like the log show build date of today at Date: Wed Jun 26 14:11:46. but still doesn't work in maven config file of the project. https://jitpack.io/com/github/JnCrMx/discord-game-sdk4j/java-impl-v0.1-g70b1e9d-210/build.log https://jitpack.io/com/github/JnCrMx/discord-game-sdk4j/-v0.1-g5cdac34-224/build.log

image

EDIT2: I'm going to close it i will just use -SNAPSHOT seems like button activity works with that. I noticed on discord that button doesn't show up but only if I run the app for others I can see it. I can also see the button on my phone on my status so I don't know whats going on on desktop client...