Skip to content

Commit e8c60b1

Browse files
Ignored a module
Signed-off-by: Marcin Grzejszczak <[email protected]>
1 parent 7932688 commit e8c60b1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

scripts/runGradleBuilds.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ function build_gradle() {
8484
build producer_with_stubs_per_consumer
8585
build producer_with_external_contracts
8686
# build producer_with_restdocs # TODO: Fix me
87-
88-
build producer_with_webtestclient_restdocs
89-
build producer_with_dsl_restdocs
87+
# build producer_with_webtestclient_restdocs # TODO: Fix me
88+
# build producer_with_dsl_restdocs # TODO: Fix me
9089
# build producer_with_spock # TODO: Fix me
9190
build producer_with_xml
92-
9391
# build producer_security # TODO: Fix me
9492
build producer_with_latest_2_2_features
9593
# build producer_with_latest_3_0_features_gradle # TODO: Fix me
@@ -100,18 +98,15 @@ function build_gradle() {
10098
# build producer_jms_middleware # TODO: Fix me
10199
# build producer_graphql # TODO: Migrate to Spring GraphQL
102100
# build producer_grpc # TODO: Java 17??
103-
104101
build consumer
105102
# build consumer_kotlin # TODO: Kotlin broken
106103
# build consumer_proto # TODO: Fix me
107104
build consumer_with_stubs_per_consumer
108105
# build consumer_with_restdocs # TODO: Fix me
109-
110106
build consumer_with_discovery
111107
# build consumer_security # TODO: Fix me
112108
build consumer_with_latest_2_2_features
113109
# build consumer_with_latest_3_0_features_gradle # TODO: Fix me
114-
115110
build consumer_java
116111
# build consumer_kotlin_ftw # TODO: Kotlin broken
117112
build consumer_kafka_middleware

0 commit comments

Comments
 (0)