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

Didn't mean to commit this.

This commit is contained in:
Cedric Beust 2016-05-06 01:44:15 -08:00
parent 73cf2a9ab6
commit 6e22f7bbaf

View file

@ -176,17 +176,8 @@ class PluginInfo(val xml: KobaltPluginXml, val pluginClassLoader: ClassLoader?,
if (this is IIncrementalAssemblyContributor) incrementalAssemblyContributors.add(this)
// Not documented yet
if (this is ITestJvmFlagContributor) {
println("ADDING CONTRIBUTOR $this")
testJvmFlagContributors.add(this)
}
if (this is ITestJvmFlagContributor) testJvmFlagContributors.add(this)
if (this is ITestJvmFlagInterceptor) testJvmFlagInterceptors.add(this)
if (it.contains("CoverageAgent")) {
val rec = this
println("IS: " + (rec is ITestJvmFlagContributor))
println("DONOTCOMMIT")
}
}
}
}