Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ release.properties
share
spaces test
target
test/pom.xml
test/prawn
test/rails
test/testapp/testapp
3 changes: 1 addition & 2 deletions test/pom.rb
Original file line number Diff line number Diff line change
@@ -48,8 +48,7 @@ def truffle_spec_config(spec_type, generate_report)
plugin_repository( :id => 'rubygems-releases',
:url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases' )

properties( 'tesla.dump.pom' => 'pom.xml',
'tesla.dump.readonly' => true,
properties( 'polyglot.dump.pom' => 'pom.xml',
'jruby.home' => '${basedir}/..',
'gem.home' => '${jruby.home}/lib/ruby/gems/shared' )

0 comments on commit 36a80fc

Please sign in to comment.