Skip to content

Commit

Permalink
Ensure locator/installer build for JDK11 (fixes oracle#1392)
Browse files Browse the repository at this point in the history
Adjust the javaCompliance to allow for java 1.8+ instead of
exactly 1.8.
  • Loading branch information
Bob McWhirter committed Jun 18, 2019
1 parent eb3ba38 commit 7ba2eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@
"truffle:TRUFFLE_API",
],
"checkstyleVersion" : "8.8",
"javaCompliance": "1.8",
"javaCompliance": "1.8+",
"license": "GPLv2-CPE",
},
"org.graalvm.component.installer" : {
"subDir" : "src",
"sourceDirs" : ["src"],
"javaCompliance" : "1.8",
"javaCompliance" : "1.8+",
"checkstyle": "com.oracle.graalvm.locator",
"license" : "GPLv2-CPE",
},
Expand All @@ -118,7 +118,7 @@
"mx:JUNIT",
"org.graalvm.component.installer"
],
"javaCompliance" : "1.8",
"javaCompliance" : "1.8+",
"checkstyle": "com.oracle.graalvm.locator",
"license" : "GPLv2-CPE",
},
Expand Down

0 comments on commit 7ba2eb4

Please sign in to comment.