Skip to content

Commit b32831e

Browse files
committed
sourceCompatibility = 1.8
1 parent 1ff47dc commit b32831e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

org.nodeclipse.enide.editors.gradle/docs/java/basic/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
*/
1515
println GradleVersion.current().prettyPrint()
1616

17+
version = '1.0'
18+
1719
apply plugin: 'java'
20+
sourceCompatibility = 1.8
21+
1822
apply plugin: 'eclipse'
1923
apply plugin: 'idea'
2024

org.nodeclipse.enide.editors.gradle/docs/java/classic/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
* 1. new Java project and put this file inside
77
* 2. after dependency changed, run `gradle build eclipse`
88
* History
9-
* 2014-05-13 organize section by plugin
10-
* @author Paul Verest
9+
* 2014-05-13 organize sections by plugins
10+
* @author Paul Verest
11+
* Refererences
12+
* http://www.gradle.org/docs/current/dsl/org.gradle.plugins.ide.eclipse.model.EclipseProject.html
1113
*/
1214

1315
version = '1.0'

0 commit comments

Comments
 (0)