Skip to content

Commit

Permalink
Create subdirectory for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhofer committed May 13, 2020
1 parent 14940dc commit 763316b
Show file tree
Hide file tree
Showing 9 changed files 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 @@ -8,7 +8,7 @@ jar {
}

task createArchives(type: Tar) {
file('.').eachDirMatch(~/^(java)$/) { sub ->
file('templates').eachDir { sub ->
dependsOn tasks.create("${name}_${sub.name}", Tar) {
from sub
archiveBaseName = sub.name
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 763316b

Please sign in to comment.