Skip to content

Commit

Permalink
ci: does not include dist-native in the maven deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed May 23, 2024
1 parent d6daac8 commit 88834a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def projectDescriptions = [
'gen.yaml': 'GumTree tree generator for YAML code (SnakeYAML based).',
]

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

Expand Down

0 comments on commit 88834a3

Please sign in to comment.