Skip to content

Commit c567942

Browse files
authored
Bump JetBrains Gradle plugin to 1.1.4 (#2734)
1 parent 38fcbe3 commit c567942

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jgitVersion=5.11.0.202103091610-r
2222

2323
gradleRetryPluginVersion=1.2.1
2424
gradleTestLoggerPlugin=3.0.0
25-
ideaPluginVersion=1.1.3
25+
ideaPluginVersion=1.1.4
2626
# Note: Versions > 10 use process isolation which blows us out of memory in CI,
2727
# only upgrade if that is fixed or move to a different plugin
2828
ktintPluginVersion=9.4.1

jetbrains-rider/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ tasks.withType<PrepareSandboxTask>().all {
260260
}
261261
}
262262

263-
tasks.withType<Test>().all {
264-
dependsOn(tasks.prepareTestingSandbox)
265-
}
266-
267263
tasks.compileKotlin {
268264
dependsOn(generateModels)
269265
}

0 commit comments

Comments
 (0)