Skip to content

Commit 479b71b

Browse files
committed
Include logback configuration in distribution zip file
1 parent 5dc1a32 commit 479b71b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,13 @@ spotless {
706706
}
707707
}
708708

709-
//Configure extra files to include the distribution file
709+
//Configure extra files to include in the distribution file
710710
distributions {
711711
main {
712712
contents {
713+
into('./') {
714+
from('logback-spring.xml')
715+
}
713716
into('docs/') {
714717
from('application.yml') { rename('application.yml', 'application.yml.template') }
715718
from('anet-dictionary.yml') { rename('anet-dictionary.yml', 'anet-dictionary.yml.template') }

0 commit comments

Comments
 (0)