You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/04 08:43:49 UTC

[royale-asjs] branch feature/new_merge updated: Maven does not seem to work on the example

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

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


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new a6d42fb  Maven does not seem to work on the example
a6d42fb is described below

commit a6d42fb2919def1d9bea2e0f86650936e92f525a
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Sep 4 11:43:39 2018 +0300

    Maven does not seem to work on the example
    
    Removing this allows VSCode to recognize the asconfigc settings.
---
 examples/royale/JewelExample/.vscode/tasks.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/examples/royale/JewelExample/.vscode/tasks.json b/examples/royale/JewelExample/.vscode/tasks.json
deleted file mode 100644
index 5d6198d..0000000
--- a/examples/royale/JewelExample/.vscode/tasks.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-	// for the documentation about the tasks.json format
-	"version": "0.1.0",
-	"command": "mvn",
-	"args": ["clean", "install", "-DskipTests"],
-	"isShellCommand": true,
-	"showOutput": "always"
-}
\ No newline at end of file