diff --git a/plugins/package-managers/maven/src/main/kotlin/utils/MavenDependencyHandler.kt b/plugins/package-managers/maven/src/main/kotlin/utils/MavenDependencyHandler.kt index d36e3f51af70c..bc647c925a7c1 100644 --- a/plugins/package-managers/maven/src/main/kotlin/utils/MavenDependencyHandler.kt +++ b/plugins/package-managers/maven/src/main/kotlin/utils/MavenDependencyHandler.kt @@ -45,7 +45,7 @@ class MavenDependencyHandler( private val projectType: String, /** The helper object to invoke Maven-related functionality. */ - val support: MavenSupport, + internal val support: MavenSupport, /** * A map with information about the local projects in the current Maven build. Dependencies pointing to projects