Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
have nicer compile errors on truffle module
since truffle does not need the fork we get nice compile error messages (again)

[skip ci]
  • Loading branch information
mkristian committed Feb 27, 2015
1 parent afccd6a commit 5166bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions truffle/pom.rb
Expand Up @@ -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' ],
Expand Down
5 changes: 2 additions & 3 deletions truffle/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 5166bff

Please sign in to comment.