1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Not used.

This commit is contained in:
Cedric Beust 2016-01-23 08:45:32 -08:00
parent e6a3d224a4
commit 0e6ea698ce

View file

@ -63,8 +63,6 @@ class ApplicationPlugin @Inject constructor(val executors: KobaltExecutors,
} }
} }
private fun projects() = context.pluginInfo.projectContributors.flatMap { it.projects() }
private fun isFatJar(packages: List<PackageConfig>, jarName: String): Boolean { private fun isFatJar(packages: List<PackageConfig>, jarName: String): Boolean {
packages.forEach { pc -> packages.forEach { pc ->
(pc.jars as List<Jar>).forEach { jar -> (pc.jars as List<Jar>).forEach { jar ->