Skip to content

Commit

Permalink
fixes maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Kneier committed Aug 23, 2018
1 parent 9bf9373 commit 32f69ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Travis](https://img.shields.io/travis/solugo/gradle-nodejs-plugin.svg?style=for-the-badge)](https://travis-ci.org/solugo/gradle-nodejs-plugin)
[![License](https://img.shields.io/github/license/solugo/gradle-nodejs-plugin.svg?style=for-the-badge)](https://github.com/solugo/gradle-nodejs-plugin/blob/master/LICENSE)
[![Version](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/gradle/plugin/de/solugo/gradle-nodejs-plugin/maven-metadata.xml.svg?style=for-the-badge)](https://plugins.gradle.org/m2/gradle/plugin/de/solugo/gradle-nodejs-plugin/)
[![Version](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/de/solugo/gradle/gradle-nodejs-plugin/maven-metadata.xml.svg?style=for-the-badge)](https://plugins.gradle.org/m2/de/solugo/gradle/gradle-nodejs-plugin/)

# [Gradle Node.js Plugin](https://plugins.gradle.org/plugin/de.solugo.gradle.nodejs)
This plugin allows to use [Node.js](https://nodejs.org) script and tools via gradle. NodeJs will be downloaded automatically and reused across
Expand Down Expand Up @@ -94,4 +94,4 @@ Run node script

<pre>
gradle webpackWatch -Pargs="..." // webpack --mode=development --watch &lt;args&gt;
</pre>
</pre>

0 comments on commit 32f69ff

Please sign in to comment.