Skip to content

Commit b606b20

Browse files
committed
Merge branch '3.7-dev' into 3.8-dev
2 parents 4ac34ee + b22038a commit b606b20

5 files changed

Lines changed: 260 additions & 674 deletions

File tree

gremlin-javascript/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ limitations under the License.
170170
</configuration>
171171
</execution>
172172
<execution>
173-
<id>grunt jsdoc</id>
173+
<id>npm jsdoc</id>
174174
<goals>
175-
<goal>grunt</goal>
175+
<goal>npm</goal>
176176
</goals>
177177
<phase>generate-resources</phase>
178178
<configuration>
179-
<arguments>jsdoc</arguments>
179+
<arguments>run doc</arguments>
180180
</configuration>
181181
</execution>
182182
</executions>

gremlin-javascript/src/main/javascript/gremlin-javascript/Gruntfile.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)