Skip to content

Commit

Permalink
add trailing slash to path
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Aug 21, 2012
1 parent 491b08a commit 4342cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertx-lang/vertx-lang-jython/build.gradle
Expand Up @@ -44,7 +44,7 @@ task pydoc(type: Exec) {
ignoreExitValue true
workingDir = project.projectDir

commandLine = [ System.getenv()['JYTHON_HOME'] + "jython",
commandLine = [ System.getenv()['JYTHON_HOME'] + "/jython",
"-J-classpath", project.files(project.configurations.compile).files.join(':'),
"-Dproj.base=${project.projectDir}",
"-Dpython.path=${project.projectDir}/src/build_tools/doclib:src/main/python_scripts",
Expand Down

0 comments on commit 4342cf0

Please sign in to comment.