Skip to content

Commit 88834a3

Browse files
committed
ci: does not include dist-native in the maven deploy.
1 parent d6daac8 commit 88834a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def projectDescriptions = [
173173
'gen.yaml': 'GumTree tree generator for YAML code (SnakeYAML based).',
174174
]
175175

176-
configure(subprojects.findAll { !(it.name in ['dist', 'benchmark']) }) { subproject ->
176+
configure(subprojects.findAll { !(it.name in ['dist', 'dist-native', 'benchmark']) }) { subproject ->
177177
apply plugin: "maven-publish"
178178
apply plugin: "signing"
179179

0 commit comments

Comments
 (0)