Skip to content

Commit b22038a

Browse files
committed
Remove grunt dependency for straight jsdoc usage
grunt had some dependency vulnerabilities particularly the grunt-jsdoc which is no longer maintained. Wasn't used for anything else so seemed good to just use jsdoc directly. CTR
1 parent 1671d38 commit b22038a

4 files changed

Lines changed: 259 additions & 673 deletions

File tree

gremlin-javascript/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ limitations under the License.
172172
</configuration>
173173
</execution>
174174
<execution>
175-
<id>grunt jsdoc</id>
175+
<id>npm jsdoc</id>
176176
<goals>
177-
<goal>grunt</goal>
177+
<goal>npm</goal>
178178
</goals>
179179
<phase>generate-resources</phase>
180180
<configuration>
181-
<arguments>jsdoc</arguments>
181+
<arguments>run doc</arguments>
182182
</configuration>
183183
</execution>
184184
</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)