Ver Fonte

Update build.gradle

MaxKey há 1 ano atrás
pai
commit
2862277ce1
1 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 1
      build.gradle

+ 6 - 1
build.gradle

@@ -524,4 +524,9 @@ tasks.register("copyWindowsShellScript",Copy) {
     into "$rootDir/build/MaxKey-v${project.version}GA/";
 }
 
-build.configure { finalizedBy buildRelease }
+build.configure { 
+	finalizedBy buildRelease 
+	
+	println ""
+	println "Gradle version is ${GradleVersion.current().version}"
+}