We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fcbe3 commit c567942Copy full SHA for c567942
gradle.properties
@@ -22,7 +22,7 @@ jgitVersion=5.11.0.202103091610-r
22
23
gradleRetryPluginVersion=1.2.1
24
gradleTestLoggerPlugin=3.0.0
25
-ideaPluginVersion=1.1.3
+ideaPluginVersion=1.1.4
26
# Note: Versions > 10 use process isolation which blows us out of memory in CI,
27
# only upgrade if that is fixed or move to a different plugin
28
ktintPluginVersion=9.4.1
jetbrains-rider/build.gradle.kts
@@ -260,10 +260,6 @@ tasks.withType<PrepareSandboxTask>().all {
260
}
261
262
263
-tasks.withType<Test>().all {
264
- dependsOn(tasks.prepareTestingSandbox)
265
-}
266
-
267
tasks.compileKotlin {
268
dependsOn(generateModels)
269
0 commit comments