We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef5ebb commit 8023a2dCopy full SHA for 8023a2d
org.nodeclipse.enide.gradle/README.md
@@ -1,5 +1,4 @@
1
2
-
3
## org.nodeclipse.enide.gradle
4
5
`build.gradle` Run As Gradle GUI
@@ -28,6 +27,10 @@ see [Gradle to execute Java class (without modifying build.gradle)](http://stack
28
27
As with Maven, your `build.gradle` should have jetty configuration
29
to enable `gradle jetty:run` Gradle start.
30
+See [#4 Running from Eclipse plugin](https://github.com/Khoulaiz/gradle-jetty-eclipse-plugin/issues/4)
31
+for [gradle-jetty-eclipse-plugin](https://github.com/Khoulaiz/gradle-jetty-eclipse-plugin)
32
+that has support for jetty 7+
33
+
34
### Daemon
35
36
see [Chapter 19. The Gradle Daemon](?), [Appendix D. Gradle Command Line](?)
0 commit comments