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

[royale-asjs] branch develop updated: add -allow-abstract-classes in maven to avoid build of Core fail

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

carlosrovira 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 de677f9  add -allow-abstract-classes in maven to avoid build of Core fail
de677f9 is described below

commit de677f97129853e7e0cb0a57d72b331b9ca2596e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jan 25 16:08:01 2019 +0100

    add -allow-abstract-classes in maven to avoid build of Core fail
---
 frameworks/projects/Core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml
index 7f30b9c..b4a1638 100644
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@ -52,7 +52,7 @@
           </includeClasses>
           <skipExtern>true</skipExtern>
           <allowSubclassOverrides>true</allowSubclassOverrides>
-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+          <additionalCompilerOptions>-allow-abstract-classes;-source-map=true</additionalCompilerOptions>
         </configuration>
         <!-- As a test, add asdoc generation to the compile step -->
         <executions>