diff --git a/src/dorkbox/license/Licensing.kt b/src/dorkbox/license/Licensing.kt index b2f92b2..67902f2 100644 --- a/src/dorkbox/license/Licensing.kt +++ b/src/dorkbox/license/Licensing.kt @@ -29,7 +29,7 @@ open class Licensing(project: Project, private val outputDir: File) { * Gets a list of files, representing the on-disk location of each generated license file */ fun output() : List { - val files = mutableListOf() + val files = mutableSetOf() files.add(File(outputDir, "LICENSE")) licenses.forEach {