Skip to content

Commit 73fccdc

Browse files
committed
println GradleVersion.current().prettyPrint()
1 parent 5c6a3b7 commit 73fccdc

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

org.nodeclipse.enide.editors.gradle/docs/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* 2014-04-10 wrapper and runAndroidApplication tasks
1616
* @author Paul Verest
1717
*/
18+
println GradleVersion.current().prettyPrint()
1819

1920
buildscript {
2021
repositories {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @author Paul Verest;
1010
* based on `gradle init --type basic`, that does not create source folders
1111
*/
12+
println GradleVersion.current().prettyPrint()
1213

1314
apply plugin: 'java'
1415
apply plugin: 'eclipse'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* 1. create folder and put this file inside
77
* 2. run `gradle initSourceFolders eclipse`
88
*/
9+
println GradleVersion.current().prettyPrint()
910

1011
apply plugin: 'java'
1112
apply plugin: 'eclipse'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
* https://github.com/nodeclipse/nodeclipse-1/issues/
1111
* @author Paul Verest
1212
*/
13+
println GradleVersion.current().prettyPrint()
14+
1315
apply plugin: 'java'
1416
apply plugin: 'eclipse'
1517
apply plugin: 'idea'
1618

17-
println GradleVersion.current().prettyPrint()
18-
1919
repositories {
2020
maven {
2121
url "https://maven.java.net/content/repositories/public/"

0 commit comments

Comments
 (0)