Skip to content

Commit 9acddea

Browse files
committed
Downgrade Java version for the org.yarp project to 8+
org.yarp source code should be compatible with Java 8 because JRuby supports this version
1 parent a387787 commit 9acddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"sourceDirs": ["java"],
132132
"jniHeaders": True,
133133
"jacoco": "include",
134-
"javaCompliance": "17+",
134+
"javaCompliance": "8+",
135135
"workingSets": "TruffleRuby",
136136
"license": ["MIT"],
137137
},

0 commit comments

Comments
 (0)