Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

plugin( :compiler,
'encoding' => 'utf-8',
'debug' => 'false',
'debug' => 'true',
'verbose' => 'false',
'showWarnings' => 'true',
'showDeprecation' => 'true',
2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@
</executions>
<configuration>
<encoding>utf-8</encoding>
<debug>false</debug>
<debug>true</debug>
<verbose>false</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>

0 comments on commit dc696aa

Please sign in to comment.