Skip to content

Commit

Permalink
Quick bugfix - compileOnly kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Apr 28, 2021
1 parent ebb39fe commit a39802f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding 'UTF-8'

group 'me.dkim19375'
version '3.0.0'
version '3.0.1'

repositories {
mavenCentral()
Expand All @@ -21,6 +21,8 @@ repositories {
}

dependencies {
//noinspection DifferentStdlibGradleVersion
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
compileOnly 'commons-io:commons-io:2.8.0'
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
Expand Down

0 comments on commit a39802f

Please sign in to comment.