We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6daac8 commit 88834a3Copy full SHA for 88834a3
build.gradle
@@ -173,7 +173,7 @@ def projectDescriptions = [
173
'gen.yaml': 'GumTree tree generator for YAML code (SnakeYAML based).',
174
]
175
176
-configure(subprojects.findAll { !(it.name in ['dist', 'benchmark']) }) { subproject ->
+configure(subprojects.findAll { !(it.name in ['dist', 'dist-native', 'benchmark']) }) { subproject ->
177
apply plugin: "maven-publish"
178
apply plugin: "signing"
179
0 commit comments