Skip to content

Commit a39802f

Browse files
committed
Quick bugfix - compileOnly kotlin
1 parent ebb39fe commit a39802f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
99
compileJava.options.encoding 'UTF-8'
1010

1111
group 'me.dkim19375'
12-
version '3.0.0'
12+
version '3.0.1'
1313

1414
repositories {
1515
mavenCentral()
@@ -21,6 +21,8 @@ repositories {
2121
}
2222

2323
dependencies {
24+
//noinspection DifferentStdlibGradleVersion
25+
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
2426
compileOnly 'commons-io:commons-io:2.8.0'
2527
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
2628
compileOnly 'me.clip:placeholderapi:2.10.9'

0 commit comments

Comments
 (0)