Skip to content

Commit 01aa2b1

Browse files
committed
Include misc files from root directory in distribution
1 parent d28a753 commit 01aa2b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

thymeleaf-layout-dialect/build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,16 @@ dependencies {
6565
groovydoc {
6666
link('http://www.thymeleaf.org/apidocs/thymeleaf/3.0.11.RELEASE/', 'org.thymeleaf.')
6767
}
68+
69+
distributions {
70+
main {
71+
contents {
72+
// Have to mention explicitly because of the subproject layout
73+
from('..') {
74+
include 'CHANGELOG.md'
75+
include 'LICENSE.txt'
76+
include 'README.md'
77+
}
78+
}
79+
}
80+
}

0 commit comments

Comments
 (0)