From ac3b31030284363e3b5ca20ce5bd2dd890c36244 Mon Sep 17 00:00:00 2001 From: galba Date: Mon, 30 Sep 2024 14:32:38 +0300 Subject: [PATCH] 2673 - Recursively search for .mvn dir --- build/maven.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/maven.go b/build/maven.go index c4d6b37..584eda1 100644 --- a/build/maven.go +++ b/build/maven.go @@ -291,7 +291,7 @@ func (mm *MavenModule) extractMavenPath(mavenVersionOutput bytes.Buffer) (mavenH return } -func (mm *MavenModule) SetrootProjectDir(rootDir string) { +func (mm *MavenModule) SetRootProjectDir(rootDir string) { mm.rootProjectDir = rootDir }