This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d56d88  Fix check-format profile for groovy validate-jvm-native-since 
execution
7d56d88 is described below

commit 7d56d88595496f78c3f8c985f4feb0d103b77aaf
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Jul 2 10:18:16 2021 +0100

    Fix check-format profile for groovy validate-jvm-native-since execution
---
 poms/build-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml
index a786028..0d596ad 100644
--- a/poms/build-parent/pom.xml
+++ b/poms/build-parent/pom.xml
@@ -271,6 +271,10 @@
                                 <id>sanity-checks</id>
                                 <phase /><!-- Speedup the check-format profile 
by skipping the sanity-checks  -->
                             </execution>
+                            <execution>
+                                <id>validate-jvm-native-since</id>
+                                <phase /><!-- Speedup the check-format profile 
by skipping the validate-jvm-native-since check  -->
+                            </execution>
                         </executions>
                     </plugin>
                 </plugins>

Reply via email to