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 51bd43e commit a140128Copy full SHA for a140128
plugins/toolkit/jetbrains-gateway/build.gradle.kts
@@ -138,8 +138,8 @@ tasks.jar {
138
}
139
140
tasks.withType<PrepareSandboxTask>().configureEach {
141
- from(intellijPlatform.projectName.map { "$it/gateway-resources" }) {
142
- into(gatewayResourcesDir)
+ from(gatewayResourcesDir) {
+ into(intellijPlatform.projectName.map { "$it/gateway-resources" })
143
144
145
0 commit comments