From f354e50b47359f121999d6c4df86b931f5704c03 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 22 Oct 2018 14:39:13 +0200 Subject: [PATCH] Removed debug code --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49226ef..4345712 100644 --- a/build.gradle +++ b/build.gradle @@ -376,7 +376,6 @@ task jarSwingExample(type: Jar) { // add all of the main project jars as a fat-jar for all examples, exclude the Utilities.jar contents from configurations.runtimeClasspath .findAll {it.name.endsWith('jar')} - .forEach {println(it)} .collect {zipTree(it)} manifest {