Skip to content

Commit b32ce09

Browse files
committed
fix: Make the plugin ID explicit
Otherwise the `OrtPlugin` logic would use just "My" as the plugin ID because the parent class name gets stripped. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 853518a commit b32ce09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/MyPackageManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import org.ossreviewtoolkit.plugins.api.OrtPlugin
3232
import org.ossreviewtoolkit.plugins.api.PluginDescriptor
3333

3434
@OrtPlugin(
35+
id = "MyPackageManager",
3536
displayName = "My Package Manager",
3637
description = "A template for implementing an ORT package manager plugin.",
3738
factory = PackageManagerFactory::class

0 commit comments

Comments
 (0)