Skip to content

Commit

Permalink
Do not change the root dir name in distribution anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Jun 26, 2021
1 parent 02b7d03 commit 00faca6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ tasks {
withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
}

listOf(distZip, distTar).forEach {
it.configure {
val distFile = archiveFile.get().asFile
archiveFileName.set("pacmc.${archiveExtension.get()}")
doLast {
archiveFile.get().asFile.renameTo(distFile)
}
}
}
}

application {
Expand Down

0 comments on commit 00faca6

Please sign in to comment.