Skip to content

Commit

Permalink
remove versions in relocate-kotlin.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Nov 7, 2024
1 parent 2a57f19 commit e2edfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/api/getting-started/relocate-kotlin.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.8.20"
id("com.github.johnrengelman.shadow") version("7.1.0")
kotlin("jvm")
id("com.gradleup.shadow")
}

tasks.shadowJar {
Expand Down

0 comments on commit e2edfaf

Please sign in to comment.