Skip to content

Commit

Permalink
Removed unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLaptop committed Oct 15, 2024
1 parent 3e45538 commit a980da4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ tasks {
options.encoding = "UTF-8"
}

register("printVersionName") {
doLast {
println(project.version)
}
}

shadowJar {
relocate("org.lushplugins.lushlib", "org.lushplugins.pluginupdater.libraries.lushlib")

Expand Down

0 comments on commit a980da4

Please sign in to comment.