You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/08 13:47:49 UTC

[camel-k-runtime] 06/07: Camel-Itest-loader-polyglot: Removed language JS from native

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

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

commit 1eeee3e0c23f117f159b3278a69148dfbc4905fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 8 14:23:26 2022 +0100

    Camel-Itest-loader-polyglot: Removed language JS from native
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 itests/camel-k-itests-loader-polyglot/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml b/itests/camel-k-itests-loader-polyglot/pom.xml
index bb066ca7..0698e616 100644
--- a/itests/camel-k-itests-loader-polyglot/pom.xml
+++ b/itests/camel-k-itests-loader-polyglot/pom.xml
@@ -107,7 +107,6 @@
             </activation>
             <properties>
                 <quarkus.package.type>native</quarkus.package.type>
-                <quarkus.native.additional-build-args>--language:js</quarkus.native.additional-build-args>
             </properties>
             <build>
                 <plugins>