CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

Unable to resolve through the repo given #150

Closed bob7l closed 2 years ago

bob7l commented 2 years ago

Cannot resolve unable to find valid certification path to requested target

Using the specified repo

    <repositories>
        <repository>
            <id>nukkitx-repo-release</id>
            <url>https://repo.nukkitx.com/maven-releases/</url>
        </repository>
        <repository>
            <id>nukkitx-repo-snapshot</id>
            <url>https://repo.nukkitx.com/maven-snapshots/</url>
        </repository>
    </repositories>
        <dependency>
            <groupId>com.nukkitx.protocol</groupId>
            <artifactId>bedrock-v471</artifactId>
            <version>2.9.5-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
SupremeMortal commented 2 years ago

Seems like an issue with your Java installation not accepting the SSL certificate from our Maven repository. Make sure you're using the latest update for the specific JDK version you're on.