Skip to content

Commit

Permalink
Remove version from template tar names
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhofer committed May 14, 2020
1 parent ae4fd2f commit 9afafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task createArchives(type: Tar) {
file('templates').eachDir { sub ->
dependsOn tasks.create("${name}_${sub.name}", Tar) {
from sub
archiveBaseName = sub.name
archiveName = "${sub.name}.tar"
destinationDirectory = file("$buildDir/archives")
}
}
Expand Down

0 comments on commit 9afafcb

Please sign in to comment.