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 f577b18 commit 5c6a3b7Copy full SHA for 5c6a3b7
org.nodeclipse.ui/templates/hello-world/build.gradle
@@ -14,8 +14,7 @@ apply plugin: 'java'
14
apply plugin: 'eclipse'
15
apply plugin: 'idea'
16
17
-println "Gradle "+gradle.gradleVersion
18
-println "Java "+org.gradle.internal.jvm.Jvm.current()
+println GradleVersion.current().prettyPrint()
19
20
repositories {
21
maven {
0 commit comments