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:
parent
73cf2a9ab6
commit
6e22f7bbaf
1 changed files with 1 additions and 10 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue