Skip to content

Commit 8c9f9d7

Browse files
committed
gradle copyLibs step is required
1 parent f5ac05c commit 8c9f9d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

org.nodeclipse.ui/templates/hello-world/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
* Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project
2+
* Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project, version 0.15.1
33
* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/templates/hello-world/build.gradle
44
* This file lets you optionally run Node.js app as Java Avatar.js app
55
* Usage
66
* 1. put in project root
7-
* 2. check version numbers
8-
* 3. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
7+
* 2. check version numbers, OS
8+
* 3. execute `gradle copyLibs` to get libraries locally (then you can proceed even without gradle)
9+
* 4. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
910
* Support for this template
1011
* https://github.com/nodeclipse/nodeclipse-1/issues/
1112
* History
1213
* 2014-04-25 rename to run, add <<
14+
* 2014-04-29 state that `gradle copyLibs` step is required
1315
* @author Paul Verest
1416
*/
1517
println GradleVersion.current().prettyPrint()

0 commit comments

Comments
 (0)