Skip to content

Commit

Permalink
[GR-47084] Change the compliance of com.oracle.svm.core.annotate and …
Browse files Browse the repository at this point in the history
…org.graalvm.home to JDK11.

PullRequest: graal/14957
  • Loading branch information
ansalond authored and marwan-hallaoui committed Jul 7, 2023
2 parents 48a36b1 + 1a3eb55 commit 1d90d9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"sourceDirs" : ["src"],
"dependencies" : [],
"checkstyle" : "org.graalvm.word",
"javaCompliance" : "17+",
"javaCompliance" : "11+",
"workingSets" : "API,SDK",
},
"org.graalvm.polyglot" : {
Expand All @@ -232,7 +232,7 @@
"sourceDirs" : ["src"],
"dependencies" : [],
"checkstyle" : "org.graalvm.word",
"javaCompliance" : "17+",
"javaCompliance" : "11+",
"checkstyleVersion" : "10.7.0",
"workingSets" : "API,SDK",
},
Expand All @@ -245,7 +245,7 @@
"org.graalvm.options",
],
"checkstyle" : "org.graalvm.word",
"javaCompliance" : "17+",
"javaCompliance" : "11+",
"workingSets" : "API,SDK",
},
"com.oracle.svm.core.annotate" : {
Expand All @@ -255,7 +255,7 @@
"org.graalvm.nativeimage",
],
"checkstyle" : "org.graalvm.word",
"javaCompliance" : "17+",
"javaCompliance" : "11+",
"workingSets" : "API,SDK",
},
"org.graalvm.nativeimage.test" : {
Expand Down Expand Up @@ -332,7 +332,7 @@
"org.graalvm.nativeimage",
],
"checkstyle" : "org.graalvm.word",
"javaCompliance" : "17+",
"javaCompliance" : "11+",
"workingSets" : "API,SDK",
},
"org.graalvm.home.test" : {
Expand Down

0 comments on commit 1d90d9f

Please sign in to comment.