Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -17,9 +17,8 @@

plugin( :compiler,
'encoding' => 'utf-8',
'debug' => 'true',
'verbose' => 'true',
'fork' => 'true',
'debug' => 'false',
'verbose' => 'false',
'showWarnings' => 'true',
'showDeprecation' => 'true',
'source' => [ '${base.java.version}', '1.7' ],
5 changes: 2 additions & 3 deletions truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -68,9 +68,8 @@
</executions>
<configuration>
<encoding>utf-8</encoding>
<debug>true</debug>
<verbose>true</verbose>
<fork>true</fork>
<debug>false</debug>
<verbose>false</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<source>${base.java.version}</source>

0 comments on commit 5166bff

Please sign in to comment.