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 1ff47dc commit b32831eCopy full SHA for b32831e
org.nodeclipse.enide.editors.gradle/docs/java/basic/build.gradle
@@ -14,7 +14,11 @@
14
*/
15
println GradleVersion.current().prettyPrint()
16
17
+version = '1.0'
18
+
19
apply plugin: 'java'
20
+sourceCompatibility = 1.8
21
22
apply plugin: 'eclipse'
23
apply plugin: 'idea'
24
org.nodeclipse.enide.editors.gradle/docs/java/classic/build.gradle
@@ -6,8 +6,10 @@
6
* 1. new Java project and put this file inside
7
* 2. after dependency changed, run `gradle build eclipse`
8
* History
9
-* 2014-05-13 organize section by plugin
10
-* @author Paul Verest
+* 2014-05-13 organize sections by plugins
+* @author Paul Verest
11
+* Refererences
12
+* http://www.gradle.org/docs/current/dsl/org.gradle.plugins.ide.eclipse.model.EclipseProject.html
13
version = '1.0'
0 commit comments