diff --git a/build.gradle.kts b/build.gradle.kts index 4baeaed3b..9b1740852 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,16 +39,22 @@ dependencies { compileOnly(name = "Gaea-${gaeaVersion}", group = "") testImplementation(name = "Gaea-${gaeaVersion}", group = "") - compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:20.1.0") + implementation("commons-io:commons-io:2.4") implementation("org.apache.commons:commons-imaging:1.0-alpha2") + implementation("org.apache.commons:commons-math3:3.6.1") + compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT") implementation("org.bstats:bstats-bukkit:1.7") + compileOnly("com.googlecode.json-simple:json-simple:1.1") - implementation(name = "parsii-1.2", group = "") + + implementation(name = "parsii-1.2.1", group = "") + + compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT") implementation("io.papermc:paperlib:1.0.5") - implementation("org.apache.commons:commons-math3:3.6.1") + // JUnit. testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0") diff --git a/lib/parsii-1.2-javadoc.jar b/lib/parsii-1.2-javadoc.jar deleted file mode 100644 index 4e637a838..000000000 Binary files a/lib/parsii-1.2-javadoc.jar and /dev/null differ diff --git a/lib/parsii-1.2-sources.jar b/lib/parsii-1.2-sources.jar deleted file mode 100644 index c23d356b5..000000000 Binary files a/lib/parsii-1.2-sources.jar and /dev/null differ diff --git a/lib/parsii-1.2.jar b/lib/parsii-1.2.1.jar similarity index 53% rename from lib/parsii-1.2.jar rename to lib/parsii-1.2.1.jar index cdf63f92a..f41d64924 100644 Binary files a/lib/parsii-1.2.jar and b/lib/parsii-1.2.1.jar differ