We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb39fe commit a39802fCopy full SHA for a39802f
build.gradle
@@ -9,7 +9,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
9
compileJava.options.encoding 'UTF-8'
10
11
group 'me.dkim19375'
12
-version '3.0.0'
+version '3.0.1'
13
14
repositories {
15
mavenCentral()
@@ -21,6 +21,8 @@ repositories {
21
}
22
23
dependencies {
24
+ //noinspection DifferentStdlibGradleVersion
25
+ compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
26
compileOnly 'commons-io:commons-io:2.8.0'
27
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
28
compileOnly 'me.clip:placeholderapi:2.10.9'
0 commit comments