Skip to content

Commit 8d9b868

Browse files
committed
Move checkstyle file.
1 parent 450475d commit 8d9b868

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vm/mx.vm/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"sourceDirs" : ["src"],
8989
"javaCompliance" : "17+",
9090
"license" : "GPLv2-CPE",
91-
"checkstyleVersion" : "10.7.0",
91+
"checkstyle": "org.graalvm.polybench",
9292
"dependencies": [
9393
"sdk:LAUNCHER_COMMON",
9494
"truffle:TRUFFLE_JSON",
@@ -103,7 +103,7 @@
103103
"org.graalvm.component.installer"
104104
],
105105
"javaCompliance" : "17+",
106-
"checkstyle": "org.graalvm.component.installer",
106+
"checkstyle": "org.graalvm.polybench",
107107
"license" : "GPLv2-CPE",
108108
"requires" : ["java.logging"],
109109
},
@@ -112,7 +112,7 @@
112112
"sourceDirs" : ["src"],
113113
"javaCompliance" : "17+",
114114
"license" : "GPLv2-CPE",
115-
"checkstyle": "org.graalvm.component.installer",
115+
"checkstyleVersion" : "10.7.0",
116116
"dependencies": [
117117
"sdk:LAUNCHER_COMMON",
118118
"sdk:POLYGLOT",
@@ -128,7 +128,7 @@
128128
"sourceDirs" : ["src"],
129129
"javaCompliance" : "17+",
130130
"license" : "GPLv2-CPE",
131-
"checkstyle": "org.graalvm.component.installer",
131+
"checkstyle": "org.graalvm.polybench",
132132
"dependencies": [
133133
"truffle:TRUFFLE_API",
134134
],
@@ -142,7 +142,7 @@
142142
"sourceDirs" : ["src"],
143143
"javaCompliance" : "17+",
144144
"license" : "GPLv2-CPE",
145-
"checkstyle": "org.graalvm.component.installer",
145+
"checkstyle": "org.graalvm.polybench",
146146
"dependencies": [
147147
"truffle:TRUFFLE_API",
148148
],

0 commit comments

Comments
 (0)