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 2020/06/24 06:14:20 UTC

[royale-asjs] branch develop updated: Reverting an unintended change

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 9855c29  Reverting an unintended change
9855c29 is described below

commit 9855c290008a00a062ff2bc31f2b18056e6c83b1
Author: greg-dove <gr...@gmail.com>
AuthorDate: Wed Jun 24 18:13:40 2020 +1200

    Reverting an unintended change
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4967a5d..480cfa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <air.version>20.0</air.version>
     <!-- For SWF versions see: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html -->
     <swf.version>31</swf.version>
-    <source.map>false</source.map>
+    <source.map>true</source.map>
 
     <!-- This parameter has to be provided from the outside -->
     <webdriver.gecko.driver />