Skip to content

Commit

Permalink
Move checkstyle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Feb 15, 2024
1 parent 450475d commit 8d9b868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"sourceDirs" : ["src"],
"javaCompliance" : "17+",
"license" : "GPLv2-CPE",
"checkstyleVersion" : "10.7.0",
"checkstyle": "org.graalvm.polybench",
"dependencies": [
"sdk:LAUNCHER_COMMON",
"truffle:TRUFFLE_JSON",
Expand All @@ -103,7 +103,7 @@
"org.graalvm.component.installer"
],
"javaCompliance" : "17+",
"checkstyle": "org.graalvm.component.installer",
"checkstyle": "org.graalvm.polybench",
"license" : "GPLv2-CPE",
"requires" : ["java.logging"],
},
Expand All @@ -112,7 +112,7 @@
"sourceDirs" : ["src"],
"javaCompliance" : "17+",
"license" : "GPLv2-CPE",
"checkstyle": "org.graalvm.component.installer",
"checkstyleVersion" : "10.7.0",
"dependencies": [
"sdk:LAUNCHER_COMMON",
"sdk:POLYGLOT",
Expand All @@ -128,7 +128,7 @@
"sourceDirs" : ["src"],
"javaCompliance" : "17+",
"license" : "GPLv2-CPE",
"checkstyle": "org.graalvm.component.installer",
"checkstyle": "org.graalvm.polybench",
"dependencies": [
"truffle:TRUFFLE_API",
],
Expand All @@ -142,7 +142,7 @@
"sourceDirs" : ["src"],
"javaCompliance" : "17+",
"license" : "GPLv2-CPE",
"checkstyle": "org.graalvm.component.installer",
"checkstyle": "org.graalvm.polybench",
"dependencies": [
"truffle:TRUFFLE_API",
],
Expand Down

0 comments on commit 8d9b868

Please sign in to comment.