Skip to content

Commit f8ca37b

Browse files
committed
build / notes
1 parent 2bf901e commit f8ca37b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ object IdeVersions {
127127
),
128128
marketplacePlugins = listOf(
129129
"org.toml.lang:242.20224.155",
130-
"Pythonid:242.20224.300",
130+
"PythonCore:242.20224.300",
131131
"org.jetbrains.plugins.go:242.20224.300",
132132
)
133133
),

buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ dependencies {
103103
}
104104
}
105105

106+
// https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1844
106107
tasks.prepareTestSandbox {
107108
disabledPlugins = listOf(
108109
"com.intellij.swagger",

plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/credentials/profiles/ProfileWatcherTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ProfileWatcherTest {
6060

6161
try {
6262
assertFileChange {
63+
profileFile.parentFile.mkdirs()
6364
profileFile.writeText("Test")
6465
}
6566
} catch (e: Exception) {

0 commit comments

Comments
 (0)