Removed debug code

This commit is contained in:
nathan 2018-10-22 14:39:13 +02:00
parent 43e4b4e7d4
commit f354e50b47

View File

@ -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 {