diff --git a/espresso/mx.espresso/suite.py b/espresso/mx.espresso/suite.py index 117605e86f45c..88caea2bb4cff 100644 --- a/espresso/mx.espresso/suite.py +++ b/espresso/mx.espresso/suite.py @@ -109,7 +109,7 @@ "sourceDirs": ["src"], "dependencies": [ ], - "javaCompliance" : "17+", + "javaCompliance" : "8+", "checkstyle": "com.oracle.truffle.espresso.polyglot", "checkstyleVersion": "8.8", "license": "UPL", @@ -120,7 +120,7 @@ "sourceDirs": ["src"], "dependencies": [ ], - "javaCompliance" : "17+", + "javaCompliance" : "8+", "checkstyle": "com.oracle.truffle.espresso.polyglot", "license": "UPL", },