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

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

commit 0d00a631110ee9c61d8f41587f477b4b32875098
Author: Josh Tynjala <joshtynj...@apache.org>
AuthorDate: Thu Apr 6 15:12:31 2023 -0700

    Jewel: use 
<additionalCompilerOptions>${project.compiler.options};</additionalCompilerOptions>
 like other Maven builds to make reproducible
---
 frameworks/projects/Jewel/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/frameworks/projects/Jewel/pom.xml 
b/frameworks/projects/Jewel/pom.xml
index 7a5329fb4a..60fbe4e6a9 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -64,10 +64,7 @@
           <allowSubclassOverrides>true</allowSubclassOverrides>
           <skipExtern>true</skipExtern>
           <skipAS>${royale.skipAS}</skipAS>
-          <!-- <additionalCompilerOptions>
-            -source-map=true;
-            -source-map-source-root=/frameworks/projects/Jewel/src/main/royale/
-          </additionalCompilerOptions> -->
+          
<additionalCompilerOptions>${project.compiler.options}</additionalCompilerOptions>
         </configuration>
       </plugin>
       <plugin>

Reply via email to