Столкнулся с такой проблемой, когда попытался забилдить проект, в который импортирован ProtectionStone, получил ошибку:
[8,33] cannot access dev.espi.protectionstones.PSRegion
[ERROR] bad class file: C:\Users\Admin\.m2\repository\dev\espi\protectionstones\2.10.2\protectionstones-2.10.2.jar(dev/espi/protectionstones/PSRegion.class)
[ERROR] class file has wrong version 60.0, should be 52.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
cannot access dev.espi.protectionstones.PSRegion
При этом, передал проект на 16 версию JDK, получилось забилдить, но эта же ошибка появляется при вызове ивента, где используется ProtectionStone API.
Еще, я не знаю как указать 2 и более зависимости в plugin.yml(Для работы API нужен ProtectionStone и WG)
Кто знает. в чем может быть проблема, помогите пожалуйста.
[8,33] cannot access dev.espi.protectionstones.PSRegion
[ERROR] bad class file: C:\Users\Admin\.m2\repository\dev\espi\protectionstones\2.10.2\protectionstones-2.10.2.jar(dev/espi/protectionstones/PSRegion.class)
[ERROR] class file has wrong version 60.0, should be 52.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
cannot access dev.espi.protectionstones.PSRegion
При этом, передал проект на 16 версию JDK, получилось забилдить, но эта же ошибка появляется при вызове ивента, где используется ProtectionStone API.
Еще, я не знаю как указать 2 и более зависимости в plugin.yml(Для работы API нужен ProtectionStone и WG)
Кто знает. в чем может быть проблема, помогите пожалуйста.