Skip to content

Commit

Permalink
refactor(MavenDependencyHandler): Make support internal
Browse files Browse the repository at this point in the history
This is only used from tests.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jan 2, 2025
1 parent 880c1b9 commit 39c2b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c2b73

Please sign in to comment.