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 582
582
"checkstyle" : "com.oracle.truffle.dsl.processor" ,
583
583
"javaCompliance" : "17+" ,
584
584
"checkstyleVersion" : "10.21.0" ,
585
+ "jacoco" : "exclude" ,
585
586
"workingSets" : "Truffle,Codegen" ,
586
587
"graalCompilerSourceEdition" : "ignore" ,
587
588
},
771
772
"javaCompliance" : "17+" ,
772
773
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR" ],
773
774
"workingSets" : "API,Truffle,Test" ,
775
+ "jacoco" : "exclude" ,
774
776
"testProject" : True ,
775
777
"graalCompilerSourceEdition" : "ignore" ,
776
778
},
1165
1167
"checkstyle" : "com.oracle.truffle.api" ,
1166
1168
"javaCompliance" : "17+" ,
1167
1169
"workingSets" : "Truffle,SimpleLanguage" ,
1170
+ "jacoco" : "exclude" ,
1168
1171
"graalCompilerSourceEdition" : "ignore" ,
1169
1172
},
1170
1173
1373
1376
"jdk.management"
1374
1377
],
1375
1378
"checkstyle" : "com.oracle.truffle.api" ,
1379
+ "jacoco" : "exclude" ,
1376
1380
"javaCompliance" : "17+" ,
1377
1381
},
1378
1382
You can’t perform that action at this time.
0 commit comments