Skip to content

Commit c3c8af2

Browse files
committed
revert some espresso projects back to javaCompliance of 8+
1 parent e4c499e commit c3c8af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

espresso/mx.espresso/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"sourceDirs": ["src"],
110110
"dependencies": [
111111
],
112-
"javaCompliance" : "17+",
112+
"javaCompliance" : "8+",
113113
"checkstyle": "com.oracle.truffle.espresso.polyglot",
114114
"checkstyleVersion": "8.8",
115115
"license": "UPL",
@@ -120,7 +120,7 @@
120120
"sourceDirs": ["src"],
121121
"dependencies": [
122122
],
123-
"javaCompliance" : "17+",
123+
"javaCompliance" : "8+",
124124
"checkstyle": "com.oracle.truffle.espresso.polyglot",
125125
"license": "UPL",
126126
},

0 commit comments

Comments
 (0)