Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
execute_goals( 'compile',
:id => 'default-compile',
:phase => 'compile',
'annotationProcessors' => [ 'com.oracle.truffle.dsl.processor.TruffleProcessor' ],
'generatedSourcesDirectory' => 'target/generated-sources',
'compilerArgs' => [ '-XDignore.symbol.file=true',
'-J-Duser.language=en',
3 changes: 0 additions & 3 deletions truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -54,9 +54,6 @@
<goal>compile</goal>
</goals>
<configuration>
<annotationProcessors>
<annotationProcessor>com.oracle.truffle.dsl.processor.TruffleProcessor</annotationProcessor>
</annotationProcessors>
<generatedSourcesDirectory>target/generated-sources</generatedSourcesDirectory>
<compilerArgs>
<compilerArg>-XDignore.symbol.file=true</compilerArg>

0 comments on commit 6b79266

Please sign in to comment.