You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2019/08/10 21:08:38 UTC

[royale-asjs] branch develop updated: Fix maven build of Language with addition of warn-instance-of-changes=false

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

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 162e03a  Fix maven build of Language with addition of warn-instance-of-changes=false
162e03a is described below

commit 162e03a57c82a9714c642e86b158d6787470f154
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sun Aug 11 09:08:17 2019 +1200

    Fix maven build of Language with addition of warn-instance-of-changes=false
---
 frameworks/projects/Language/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Language/pom.xml b/frameworks/projects/Language/pom.xml
index d217933..e11257b 100644
--- a/frameworks/projects/Language/pom.xml
+++ b/frameworks/projects/Language/pom.xml
@@ -46,7 +46,7 @@
           </includeClasses>
           <skipExtern>true</skipExtern>
           <skipAS>${royale.skipAS}</skipAS>
-          <additionalCompilerOptions combine.self="append">-warn-instance-of-changes=false</additionalCompilerOptions>
+          <additionalCompilerOptions>${project.compiler.options};-warn-instance-of-changes=false;</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>