Skip to content

Commit 5c6a3b7

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ apply plugin: 'java'
1414
apply plugin: 'eclipse'
1515
apply plugin: 'idea'
1616

17-
println "Gradle "+gradle.gradleVersion
18-
println "Java "+org.gradle.internal.jvm.Jvm.current()
17+
println GradleVersion.current().prettyPrint()
1918

2019
repositories {
2120
maven {

0 commit comments

Comments
 (0)