Skip to content

Commit

Permalink
chore: Removed explicit kotlin plugin invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 1, 2024
1 parent 83031c4 commit d514197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("com.diffplug.spotless") version "6.25.0"
kotlin("jvm") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.20"
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "1.2.1"
Expand All @@ -22,6 +21,7 @@ repositories {
dependencies {
compileOnly(gradleApi())
implementation("org.hjson:hjson:3.1.0")
implementation(kotlin("stdlib"))
}

signing {
Expand Down

0 comments on commit d514197

Please sign in to comment.