Skip to content

Commit

Permalink
Force javac to fix javadoclet compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
chumer committed Aug 9, 2018
1 parent 54cb822 commit 8d65761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"exports" : [
"<package-info>", # exports all packages containing package-info.java
],
"forceJavac" : "true",
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR_INTEROP_INTERNAL"],
"checkstyle" : "com.oracle.truffle.api",
"javaCompliance" : "1.8",
Expand Down

0 comments on commit 8d65761

Please sign in to comment.