Skip to content

Commit

Permalink
Use JVM-based Python and Ruby interpreters as the default.
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Pavlenko <[email protected]>
  • Loading branch information
dmitriypdv committed Mar 11, 2014
1 parent 91570d5 commit 91042d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SiteConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ environments {
}

python {
//interpreter = 'auto' // 'auto', 'python', 'jython'
interpreter = 'jython' // 'auto', 'python', 'jython'
//cmd_candidates = ['python2', 'python', 'python2.7']
//setup_tools = '2.1'
}

ruby {
//interpreter = 'auto' // 'auto', 'ruby', 'jruby'
interpreter = 'jruby' // 'auto', 'ruby', 'jruby'
//cmd_candidates = ['ruby', 'ruby1.8.7', 'ruby1.9.3', 'user.home/.rvm/bin/ruby']
//ruby_gems = '2.2.2'
}
Expand Down

0 comments on commit 91042d6

Please sign in to comment.