Skip to content

Commit

Permalink
Endring i byggescript
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Jun 28, 2024
1 parent 6c87c9a commit 5f59d22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
kotlin("jvm")
kotlin("plugin.serialization")
Expand All @@ -20,9 +21,7 @@ repositories {
}

tasks.register("printVersion") {
doLast {
println(project.version)
}
println(project.version)
}

publishing {
Expand Down

0 comments on commit 5f59d22

Please sign in to comment.