|
387 | 387 | "dependencies": [ |
388 | 388 | "com.oracle.svm.common", |
389 | 389 | ], |
390 | | - "checkstyle": "com.oracle.graal.pointsto", |
| 390 | + "checkstyle": "com.oracle.svm.core", |
391 | 391 | "javaCompliance": "11+", |
392 | | - "checkstyleVersion" : "8.36.1", |
393 | 392 | "annotationProcessors": [ |
394 | 393 | "compiler:GRAAL_PROCESSOR", |
395 | 394 | ], |
|
647 | 646 | "requires" : [ |
648 | 647 | "jdk.management", |
649 | 648 | ], |
650 | | - "checkstyle": "com.oracle.svm.driver", |
651 | | - "checkstyleVersion" : "8.36.1", |
| 649 | + "checkstyle": "com.oracle.svm.hosted", |
652 | 650 | "workingSets": "SVM", |
653 | 651 | "annotationProcessors": [ |
654 | 652 | "compiler:GRAAL_PROCESSOR", |
|
772 | 770 | "subDir": "src", |
773 | 771 | "sourceDirs" : ["src"], |
774 | 772 | "dependencies" : ["com.oracle.svm.core"], |
775 | | - "checkstyle" : "com.oracle.svm.truffle", |
| 773 | + "checkstyle" : "com.oracle.svm.hosted", |
776 | 774 | "javaCompliance": "11+", |
777 | 775 | "annotationProcessors" : [ |
778 | 776 | "compiler:GRAAL_PROCESSOR", |
|
852 | 850 | "requires" : [ |
853 | 851 | "jdk.unsupported", |
854 | 852 | ], |
855 | | - "checkstyle": "com.oracle.svm.truffle", |
| 853 | + "checkstyle": "com.oracle.svm.core", |
856 | 854 | "javaCompliance": "11+", |
857 | 855 | "annotationProcessors": [ |
858 | 856 | "compiler:GRAAL_PROCESSOR", |
|
866 | 864 | "dependencies": [ |
867 | 865 | "com.oracle.svm.core", |
868 | 866 | ], |
869 | | - "checkstyle": "com.oracle.svm.truffle", |
| 867 | + "checkstyle": "com.oracle.svm.core", |
870 | 868 | "javaCompliance": "11+", |
871 | 869 | "annotationProcessors": [ |
872 | 870 | "compiler:GRAAL_PROCESSOR", |
|
883 | 881 | "requires" : [ |
884 | 882 | "jdk.unsupported", |
885 | 883 | ], |
886 | | - "checkstyle": "com.oracle.svm.truffle", |
| 884 | + "checkstyle": "com.oracle.svm.hosted", |
887 | 885 | "javaCompliance": "11+", |
888 | | - "checkstyleVersion" : "8.36.1", |
889 | 886 | "annotationProcessors": [ |
890 | 887 | "compiler:GRAAL_PROCESSOR", |
891 | 888 | ], |
|
901 | 898 | "requires": [ |
902 | 899 | "jdk.unsupported", # workaround to make TRUFFLE_DSL_PROCESSOR work with ECJ |
903 | 900 | ], |
904 | | - "checkstyle": "com.oracle.svm.truffle", |
| 901 | + "checkstyle": "com.oracle.svm.hosted", |
905 | 902 | "javaCompliance": "11+", |
906 | 903 | "annotationProcessors": [ |
907 | 904 | "truffle:TRUFFLE_DSL_PROCESSOR", |
|
916 | 913 | "com.oracle.svm.truffle.nfi", |
917 | 914 | "com.oracle.svm.core.posix", |
918 | 915 | ], |
919 | | - "checkstyle": "com.oracle.svm.truffle", |
| 916 | + "checkstyle": "com.oracle.svm.hosted", |
920 | 917 | "javaCompliance": "11+", |
921 | 918 | "annotationProcessors": [ |
922 | 919 | "truffle:TRUFFLE_DSL_PROCESSOR", |
|
931 | 928 | "com.oracle.svm.truffle.nfi", |
932 | 929 | "com.oracle.svm.core.windows", |
933 | 930 | ], |
934 | | - "checkstyle": "com.oracle.svm.truffle", |
| 931 | + "checkstyle": "com.oracle.svm.hosted", |
935 | 932 | "javaCompliance": "11+", |
936 | 933 | "annotationProcessors": [ |
937 | 934 | "truffle:TRUFFLE_DSL_PROCESSOR", |
|
945 | 942 | "generatedDependencies": [ |
946 | 943 | "com.oracle.svm.graal", |
947 | 944 | ], |
948 | | - "checkstyle": "com.oracle.svm.truffle", |
| 945 | + "checkstyle": "com.oracle.svm.core", |
949 | 946 | "javaCompliance": "11+", |
950 | 947 | "annotationProcessors": [ |
951 | 948 | "compiler:GRAAL_PROCESSOR", |
|
964 | 961 | "sdk:GRAAL_SDK", |
965 | 962 | "com.oracle.svm.hosted", |
966 | 963 | ], |
967 | | - "checkstyle": "org.graalvm.polyglot.nativeapi", |
968 | | - "checkstyleVersion" : "8.36.1", |
| 964 | + "checkstyle": "com.oracle.svm.core", |
969 | 965 | "javaCompliance": "11+", |
970 | 966 | "annotationProcessors" : [ |
971 | 967 | "compiler:GRAAL_PROCESSOR", |
|
1003 | 999 | "dependencies": [ |
1004 | 1000 | "com.oracle.svm.core", |
1005 | 1001 | ], |
1006 | | - "checkstyle": "com.oracle.svm.driver", |
| 1002 | + "checkstyle": "com.oracle.svm.hosted", |
1007 | 1003 | "workingSets": "SVM", |
1008 | 1004 | "annotationProcessors": [ |
1009 | 1005 | ], |
|
1019 | 1015 | "dependencies": [ |
1020 | 1016 | "com.oracle.svm.jni", |
1021 | 1017 | ], |
1022 | | - "checkstyle": "com.oracle.svm.driver", |
| 1018 | + "checkstyle": "com.oracle.svm.hosted", |
1023 | 1019 | "workingSets": "SVM", |
1024 | 1020 | "annotationProcessors": [ |
1025 | 1021 | "compiler:GRAAL_PROCESSOR", |
|
1039 | 1035 | "com.oracle.svm.configure", |
1040 | 1036 | "com.oracle.svm.driver", |
1041 | 1037 | ], |
1042 | | - "checkstyle": "com.oracle.svm.driver", |
| 1038 | + "checkstyle": "com.oracle.svm.hosted", |
1043 | 1039 | "workingSets": "SVM", |
1044 | 1040 | "annotationProcessors": [ |
1045 | 1041 | "compiler:GRAAL_PROCESSOR", |
|
1057 | 1053 | "dependencies": [ |
1058 | 1054 | "JVMTI_AGENT_BASE", |
1059 | 1055 | ], |
1060 | | - "checkstyle": "com.oracle.svm.driver", |
| 1056 | + "checkstyle": "com.oracle.svm.hosted", |
1061 | 1057 | "workingSets": "SVM", |
1062 | 1058 | "annotationProcessors": [ |
1063 | 1059 | "compiler:GRAAL_PROCESSOR", |
|
1075 | 1071 | "requires" : [ |
1076 | 1072 | "jdk.unsupported", |
1077 | 1073 | ], |
1078 | | - "checkstyle" : "com.oracle.svm.truffle", |
| 1074 | + "checkstyle" : "com.oracle.svm.hosted", |
1079 | 1075 | "workingSets": "SVM", |
1080 | 1076 | "annotationProcessors": [ |
1081 | 1077 | "compiler:GRAAL_PROCESSOR", |
|
0 commit comments