JS: add support of JS module kind to Gradle task. Add tests of support of module kind to Maven tests

This commit is contained in:
Alexey Andreev
2016-08-23 11:35:36 +03:00
parent d08d8af407
commit 996c1b6f87
12 changed files with 197 additions and 10 deletions
@@ -56,6 +56,13 @@
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>1.9</version>
<dependencies>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.7.1</version>
</dependency>
</dependencies>
<configuration>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>