File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 558558 "checkstyle" : "com.oracle.truffle.dsl.processor" ,
559559 "javaCompliance" : "17+" ,
560560 "checkstyleVersion" : "10.21.0" ,
561+ "jacoco" : "exclude" ,
561562 "workingSets" : "Truffle,Codegen" ,
562563 "graalCompilerSourceEdition" : "ignore" ,
563564 },
770771 "javaCompliance" : "17+" ,
771772 "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR" ],
772773 "workingSets" : "API,Truffle,Test" ,
774+ "jacoco" : "exclude" ,
773775 "testProject" : True ,
774776 "graalCompilerSourceEdition" : "ignore" ,
775777 },
11641166 "checkstyle" : "com.oracle.truffle.api" ,
11651167 "javaCompliance" : "17+" ,
11661168 "workingSets" : "Truffle,SimpleLanguage" ,
1169+ "jacoco" : "exclude" ,
11671170 "graalCompilerSourceEdition" : "ignore" ,
11681171 },
11691172
13721375 "jdk.management"
13731376 ],
13741377 "checkstyle" : "com.oracle.truffle.api" ,
1378+ "jacoco" : "exclude" ,
13751379 "javaCompliance" : "17+" ,
13761380 },
13771381
You can’t perform that action at this time.
0 commit comments