-
Notifications
You must be signed in to change notification settings - Fork 49
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
Gradle not finding the project #17
Comments
What repositories do you have in gradle? |
It looks like you forgot to add jcenter to the repositories section: repositories {
jcenter()
} |
I've already tried that, heres my build.gradle file |
Same issue here build.gradle: https://pastebin.com/g3yNJeUw |
Hey @LimaBean2091 and @lukeacat! You need to add the JCenter repository to the On a related note: @jagrosh, since it was announced that JCenter is shutting down, are there any plans to offer this library through another repository? |
Haha, I already fixed this long ago, thanks for the mention anyways! I forgot to post the sulution! EDIT: About JCenter, I don't feel like it should be moved yet, becuase |
Hey there! Wanted to check in on the status of this, has DiscordIPC been made available in |
You can use jitpack |
Ah thanks! |
Whenever I try to use this project with gradle, it cannot find it.
Heres the error:
Could not find com.jagrosh:DiscordIPC:0.4. Searched in the following locations: - file:/Users/myuser/.gradle/caches/forge_gradle/bundeled_repo/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.pom - file:/Users/myuser/.gradle/caches/forge_gradle/bundeled_repo/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.jar - https://files.minecraftforge.net/maven/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.pom - https://files.minecraftforge.net/maven/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.jar - https://libraries.minecraft.net/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.jar - https://repo.maven.apache.org/maven2/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.pom - https://repo.maven.apache.org/maven2/com/jagrosh/DiscordIPC/0.4/DiscordIPC-0.4.jar Required by: project :
The text was updated successfully, but these errors were encountered: