From bfaba17317cf26fad50f2dc308411f294696499e Mon Sep 17 00:00:00 2001 From: thecoder4eu Date: Mon, 24 Apr 2017 10:26:22 +0200 Subject: [PATCH] =?UTF-8?q?Add=20print=20BootsFaces=20Release=20Status=20i?= =?UTF-8?q?n=20showConfig=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index b33ddfe57..d0f283e0e 100644 --- a/build.gradle +++ b/build.gradle @@ -68,6 +68,9 @@ task showConfig { println "Main Configurations:" println "--------------------" println "BootsFacesVersion="+BootsFacesVersion + println "BootsFacesReleaseStatus="+BootsFacesReleaseStatus + println "pomVersion="+pomVersion + println "--------------------" println "BootstrapVersion="+BootstrapVersion println "BootswatchFullVersion="+BootswatchFullVersion println "PatternFlyVersion="+PatternFlyVersion