From 210009bf287c8d1434e587b75563092f01bd8759 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 19:13:47 +0000 Subject: [PATCH] Fixed loader constraint violations --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 --- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index b75bc70..847cfea 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -13,9 +13,6 @@ softdepend: - Jobs - mcMMO - Vault -libraries: - - org.jetbrains.kotlin:kotlin-stdlib:1.6.0 - - 'com.github.ben-manes.caffeine:caffeine:3.0.5' commands: ecoarmor: diff --git a/gradle.properties b/gradle.properties index 3f28536..7c6c1d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.26.0 +version = 7.26.1 plugin-name = EcoArmor \ No newline at end of file