Skip to content

Commit

Permalink
2673 - Recursively search for .mvn dir
Browse files Browse the repository at this point in the history
  • Loading branch information
galusben committed Sep 30, 2024
1 parent 0cd6b24 commit ac3b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ac3b310

Please sign in to comment.