Skip to content

Commit c2c5f3b

Browse files
committed
fix(rider): adjust formatting for detekt
1 parent 8a5c24c commit c2c5f3b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

plugins/toolkit/jetbrains-rider/build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,12 @@ val compileModelSources = if (ideProfile.name.startsWith("2026")) {
161161

162162
val rdGenClasspath = project.buildscript.configurations.getByName("classpath")
163163
args(
164-
"-cp", (rdGenClasspath.files + rdModelJarFile).joinToString(File.pathSeparator),
165-
"-d", compiledModelsDir.absolutePath,
166-
"-jvm-target", "21",
164+
"-cp",
165+
(rdGenClasspath.files + rdModelJarFile).joinToString(File.pathSeparator),
166+
"-d",
167+
compiledModelsDir.absolutePath,
168+
"-jvm-target",
169+
"21",
167170
modelDir.absolutePath
168171
)
169172

0 commit comments

Comments
 (0)