Skip to content

Commit

Permalink
[Truffle] Fix location of maven home inside build pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 13, 2016
1 parent 57da93a commit fbb433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.jruby/mx_jruby.py
Expand Up @@ -109,7 +109,7 @@ def clean(self, forBuild=False):
pass

def mavenSetup():
buildPack = join(_suite.dir, 'jruby-build-pack')
buildPack = join(_suite.dir, 'jruby-build-pack/maven')
mavenDir = buildPack if isdir(buildPack) else join(_suite.dir, 'mxbuild/mvn')
maven_repo_arg = '-Dmaven.repo.local=' + mavenDir
env = os.environ.copy()
Expand Down

0 comments on commit fbb433f

Please sign in to comment.