We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b861469 commit b9537e5Copy full SHA for b9537e5
build.gradle
@@ -116,6 +116,9 @@ task dist {
116
Files.copy(file("mode/processing-core.zip").toPath(),
117
file("${root}/processing-core.zip").toPath(), REPLACE_EXISTING)
118
119
+ Files.copy(file("mode/keywords.txt").toPath(),
120
+ file("${root}/keywords.txt").toPath(), REPLACE_EXISTING)
121
+
122
Files.copy(file("mode/version.properties").toPath(),
123
file("${root}/version.properties").toPath(), REPLACE_EXISTING)
124
0 commit comments