Skip to content

Commit b9537e5

Browse files
committed
copy keywords file to package
1 parent b861469 commit b9537e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ task dist {
116116
Files.copy(file("mode/processing-core.zip").toPath(),
117117
file("${root}/processing-core.zip").toPath(), REPLACE_EXISTING)
118118

119+
Files.copy(file("mode/keywords.txt").toPath(),
120+
file("${root}/keywords.txt").toPath(), REPLACE_EXISTING)
121+
119122
Files.copy(file("mode/version.properties").toPath(),
120123
file("${root}/version.properties").toPath(), REPLACE_EXISTING)
121124

0 commit comments

Comments
 (0)