File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 558
558
"checkstyle" : "com.oracle.truffle.dsl.processor" ,
559
559
"javaCompliance" : "17+" ,
560
560
"checkstyleVersion" : "10.21.0" ,
561
+ "jacoco" : "exclude" ,
561
562
"workingSets" : "Truffle,Codegen" ,
562
563
"graalCompilerSourceEdition" : "ignore" ,
563
564
},
770
771
"javaCompliance" : "17+" ,
771
772
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR" ],
772
773
"workingSets" : "API,Truffle,Test" ,
774
+ "jacoco" : "exclude" ,
773
775
"testProject" : True ,
774
776
"graalCompilerSourceEdition" : "ignore" ,
775
777
},
1164
1166
"checkstyle" : "com.oracle.truffle.api" ,
1165
1167
"javaCompliance" : "17+" ,
1166
1168
"workingSets" : "Truffle,SimpleLanguage" ,
1169
+ "jacoco" : "exclude" ,
1167
1170
"graalCompilerSourceEdition" : "ignore" ,
1168
1171
},
1169
1172
1372
1375
"jdk.management"
1373
1376
],
1374
1377
"checkstyle" : "com.oracle.truffle.api" ,
1378
+ "jacoco" : "exclude" ,
1375
1379
"javaCompliance" : "17+" ,
1376
1380
},
1377
1381
You can’t perform that action at this time.
0 commit comments