mattmalec / Pterodactyl4J

Java wrapper for the API of Pterodactyl
Apache License 2.0
113 stars 31 forks source link

Gradle not adding dependency to classpath #65

Closed orbyfied closed 1 year ago

orbyfied commented 1 year ago

I have a build.gradle with the following code: build.gradle When I reload, I can see in IntelliJ it downloading the pom.xml but no jars, additionally when I open the compileClasspath or runtimeClasspath tabs under the Gradle action window on the right, nothing is there and in the code it doesn't provide any of the classes.

orbyfied commented 1 year ago

I've downloaded the JAR file and I am now using it as dependency, would be nice if it worked through a normal dependency though.

mattmalec commented 1 year ago

Your implementation should be implementation 'com.mattmalec:Pterodactyl4J:2.BETA_139'. Make sure you're not prefixing the v to it. I should document that more clearly.