mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Move comment.
This commit is contained in:
parent
5304341afc
commit
100cca4eeb
1 changed files with 2 additions and 2 deletions
|
@ -156,12 +156,12 @@ class PluginInfo(val xml: KobaltPluginXml, val classLoader: ClassLoader?) {
|
|||
if (this is ISourceDirectoryIncerceptor) sourceDirectoriesInterceptors.add(this)
|
||||
if (this is ITaskContributor) taskContributors.add(this)
|
||||
if (this is ITestRunnerContributor) testRunnerContributors.add(this)
|
||||
|
||||
// Not documented yet
|
||||
if (this is IMavenIdInterceptor) mavenIdInterceptors.add(this)
|
||||
if (this is ITestSourceDirectoryContributor) testSourceDirContributors.add(this)
|
||||
if (this is IBuildConfigContributor) buildConfigContributors.add(this)
|
||||
if (this is IAssemblyContributor) assemblyContributors.add(this)
|
||||
|
||||
// Not documented yet
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue