Hi all,
sorry - this maybe a complete dumb question - I am new to this whole topic. I would try to develop a simple plugin for my nukkit-server. I am using intellij and started a new project. In my pom.xml I try to load the nukkit-repositories via remote from this location:
Unfortunately, in the dependencies, the nukkit groupId and artifactId appear red underlined.
Does someone know the correct url for the repositories?
Kind regards,
Achim
sorry - this maybe a complete dumb question - I am new to this whole topic. I would try to develop a simple plugin for my nukkit-server. I am using intellij and started a new project. In my pom.xml I try to load the nukkit-repositories via remote from this location:
Code:
<repositories>
<repository>
<id>nukkit-repo</id>
<url>https://repo.nukkitx.com/maven-snapshots/</url>
</repository>
</repositories>
Does someone know the correct url for the repositories?
Kind regards,
Achim