We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5c24c commit c2c5f3bCopy full SHA for c2c5f3b
plugins/toolkit/jetbrains-rider/build.gradle.kts
@@ -161,9 +161,12 @@ val compileModelSources = if (ideProfile.name.startsWith("2026")) {
161
162
val rdGenClasspath = project.buildscript.configurations.getByName("classpath")
163
args(
164
- "-cp", (rdGenClasspath.files + rdModelJarFile).joinToString(File.pathSeparator),
165
- "-d", compiledModelsDir.absolutePath,
166
- "-jvm-target", "21",
+ "-cp",
+ (rdGenClasspath.files + rdModelJarFile).joinToString(File.pathSeparator),
+ "-d",
167
+ compiledModelsDir.absolutePath,
168
+ "-jvm-target",
169
+ "21",
170
modelDir.absolutePath
171
)
172
0 commit comments