NBT-API

NBT-API

98.9k Downloads

Error when compilling

Flashback083 opened this issue ยท 2 comments

commented

Hello ! I just start to use your api, but maybe i do something wrong, but i cannot compile it :/
When i try to compile i got this error :

:compileJava FAILED
FAILURE: Build failed with an exception.

There is my dependencies :
dependencies {
compileOnly 'com.github.tr7zw:Item-NBT-API:master-SNAPSHOT'
}
And repositories :
https://gist.github.com/Flashback083/f10a68d094ddad5da0c833323c62300e
Thanks for your help !
(On gradle)

commented

Not exaclty sure what you are doing, but the error seems to be that it can't find the dependency "bstats" used by the plugin wrapper for the api. https://github.com/tr7zw/Item-NBT-API/blob/master/item-nbt-plugin/pom.xml#L54 Here is the maven repo location you can add.

commented

okay that should be that, thanks !